Skip to content

Commit 2d322f2

Browse files
authored
fix(docs): broken link mentioned in issue#2000 (#2018)
1 parent f90650c commit 2d322f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/pages/[platform]/components/authenticator/customization.styling.react.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import { Example } from '@/components/Example';
33

44
#### Theme Provider Theme
55

6-
You can update the style of the Authenticator by using the [ThemeProvider](/theming/react) [theme object](/theming/react#theme-object). To do this, you must surround the `Authenticator` in the `ThemeProvider`.
6+
You can update the style of the Authenticator by using the [ThemeProvider](/react/theming) [theme object](/react/theming#theme-object). To do this, you must surround the `Authenticator` in the `ThemeProvider`.
77

8-
Then create a [theme object](/theming/react#theme-object), with all your font and color updates. Feel free to use [design tokens](/theming/react#design-tokens), as a way of designing your theme further.
8+
Then create a [theme object](/react/theming#theme-object), with all your font and color updates. Feel free to use [design tokens](/react/theming#design-tokens), as a way of designing your theme further.
99

1010
Below is an example of changing the default colors to a dark theme.
1111

@@ -18,4 +18,4 @@ Below is an example of changing the default colors to a dark theme.
1818

1919
</Example>
2020

21-
> If you have TypeScript enabled, all the object keys will be present when creating the [theme object](/theming/react#theme-object). This will help speed up your development time while creating themes.
21+
> If you have TypeScript enabled, all the object keys will be present when creating the [theme object](/react/theming#theme-object). This will help speed up your development time while creating themes.

0 commit comments

Comments
 (0)