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.