Skip to content

Commit

Permalink
Merge pull request #2461 from philippbosch/patch-1
Browse files Browse the repository at this point in the history
fix(docs): link to "default tokens" page on "customizing theme" page
  • Loading branch information
Viraj-10 authored Sep 17, 2024
2 parents de8d495 + cb8a8d0 commit a1c9bf4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

0 comments on commit a1c9bf4

Please sign in to comment.