From e29d0aae353ead33e3a781cea6deb99de15c376c Mon Sep 17 00:00:00 2001 From: erwanMarmelab Date: Tue, 12 Mar 2024 17:07:36 +0100 Subject: [PATCH 1/2] fix link --- docs/Layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Layout.md b/docs/Layout.md index 5c43aab0af9..9c599ddab46 100644 --- a/docs/Layout.md +++ b/docs/Layout.md @@ -366,7 +366,7 @@ This property accepts the following subclasses: To override the style of `` using the [application-wide style overrides](./AppTheme.md#theming-individual-components), use the `RaLayout` key. -**Tip**: If you need to override global styles (like the default font size or family), you should [write a custom theme](./AppTheme.md) rather than override the `` prop. And if you need to tweak the default layout to add a right column or move the menu to the top, you're probably better off [writing your own layout component](./Layout.md#writing-a-layout-from-scratch). +**Tip**: If you need to override global styles (like the default font size or family), you should [write a custom theme](./AppTheme.md) rather than override the `` prop. And if you need to tweak the default layout to add a right column or move the menu to the top, you're probably better off [writing your own layout component](./AppTheme.md#writing-a-custom-theme). ## Adding A Custom Context From 1bc227e81e7d3725f747bbf279898fe87443b61e Mon Sep 17 00:00:00 2001 From: erwanMarmelab <131013150+erwanMarmelab@users.noreply.github.com> Date: Tue, 12 Mar 2024 17:39:07 +0100 Subject: [PATCH 2/2] Apply Adrien's suggestion Co-authored-by: adrien guernier --- docs/Layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Layout.md b/docs/Layout.md index 9c599ddab46..e2986faf38d 100644 --- a/docs/Layout.md +++ b/docs/Layout.md @@ -366,7 +366,7 @@ This property accepts the following subclasses: To override the style of `` using the [application-wide style overrides](./AppTheme.md#theming-individual-components), use the `RaLayout` key. -**Tip**: If you need to override global styles (like the default font size or family), you should [write a custom theme](./AppTheme.md) rather than override the `` prop. And if you need to tweak the default layout to add a right column or move the menu to the top, you're probably better off [writing your own layout component](./AppTheme.md#writing-a-custom-theme). +**Tip**: If you need to override global styles (like the default font size or family), you should [write a custom theme](./AppTheme.md#writing-a-custom-theme) rather than override the `` prop. And if you need to tweak the default layout to add a right column or move the menu to the top, you're probably better off [writing your own layout component](./Layout.md#writing-a-layout-from-scratch). ## Adding A Custom Context