From cb8a8d0c2fc9bb24e466a65b6a786f7ffe132fbf Mon Sep 17 00:00:00 2001 From: Philipp Bosch Date: Tue, 10 Sep 2024 09:16:36 +0200 Subject: [PATCH] Fix link to "default tokens" page on "customizing theme" page --- .../customizing-theme/index.nw.stories.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/storybook-nativewind/src/home/theme-configuration/customizing-theme/index.nw.stories.mdx b/example/storybook-nativewind/src/home/theme-configuration/customizing-theme/index.nw.stories.mdx index 5320bfcf0..3f2462ae1 100644 --- a/example/storybook-nativewind/src/home/theme-configuration/customizing-theme/index.nw.stories.mdx +++ b/example/storybook-nativewind/src/home/theme-configuration/customizing-theme/index.nw.stories.mdx @@ -64,8 +64,8 @@ export const config = { }, ``` -You can customize all the tokens in `config`. For a complete list of tokens and default values, please check [default Tokens](https://gluestack.io/ui/nativewind/docs/theme-configuration/default-tokens). +You can customize all the tokens in `config`. For a complete list of tokens and default values, please check [default Tokens](https://gluestack.io/ui/docs/home/theme-configuration/default-tokens). By utilizing this approach, you can seamlessly modify the primary color tokens of the theme while maintaining the overall theme configuration intact. -If you want to extend the default tailwind config and add fonts, breakpoints, border radius values, and more, please refer to the [tailwindcss](https://tailwindcss.com/docs/theme#customizing-the-default-theme) documentation. \ No newline at end of file +If you want to extend the default tailwind config and add fonts, breakpoints, border radius values, and more, please refer to the [tailwindcss](https://tailwindcss.com/docs/theme#customizing-the-default-theme) documentation.