Skip to content

Commit

Permalink
fix: updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
amars29 committed Oct 9, 2023
1 parent 76ba28c commit f8bf46c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions example/storybook/src/styling/overview/index.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ The imported config contains a theme object which contains all the configuration

The theme object has aliases, tokens ,global style, components and themes.

- [aliases](https://gluestack.io/style/docs/configuration/theme-tokens): This is useful when you want to use a shorter name for a token. For example, you can use bg instead of backgroundColor for the backgroundColor token.
- [aliases](/style/docs/configuration/theme-tokens): This is useful when you want to use a shorter name for a token. For example, you can use bg instead of backgroundColor for the backgroundColor token.

- [tokens](https://gluestack.io/style/docs/configuration/theme-tokens): This is where you define your design tokens. Tokens helps us to maintain consistent designs.
- [tokens](/style/docs/configuration/theme-tokens): This is where you define your design tokens. Tokens helps us to maintain consistent designs.

- [globalStyle](https://gluestack.io/style/docs/configuration/global-style): The styles written inside globalStyle are applied globally in the application.
- [globalStyle](/style/docs/configuration/global-style): The styles written inside globalStyle are applied globally in the application.

- [components](https://gluestack.io/style/docs/configuration/customizing-components): This is where you can add component specific styling
- [components](/style/docs/configuration/customizing-components): This is where you can add component specific styling

- [themes](https://gluestack.io/style/docs/configuration/themes): Here you can create themes for your app with different values for a particular token for more flexibility and reusability of tokens.
- [themes](/style/docs/configuration/themes): Here you can create themes for your app with different values for a particular token for more flexibility and reusability of tokens.

0 comments on commit f8bf46c

Please sign in to comment.