Skip to content

Commit

Permalink
fix link to tokens and theme switcher example
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigui committed Jul 27, 2023
1 parent bb8fd7b commit b7be465
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions packages/storybook/src/tokens/About.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ They are exported from Figma using [Supernova](https://www.supernova.io/).

## Coral design tokens

- [Borders](/docs/design-tokens-light-borders--page)
- [Branding](/docs/design-tokens-light-branding--page)
- [Breakpoints](/docs/design-tokens-light-breakpoints--page)
- [Colors](/docs/design-tokens-light-colors--page)
- [Color Compositions](/docs/design-tokens-light-color-compositions--page)
- [Color Charts](/docs/design-tokens-light-color-charts--page)
- [Elevations](/docs/design-tokens-light-elevations--page)
- [Gradients](/docs/design-tokens-light-gradients--page)
- [Opacity](/docs/design-tokens-light-opacity--page)
- [Radius](/docs/design-tokens-light-radius--page)
- [Shadows](/docs/design-tokens-light-shadows--page)
- [Measures](/docs/design-tokens-light-measures--page)
- [Typography](/docs/design-tokens-light-typography--page)
- [Transitions](/docs/design-tokens-light-transitions--page)
- [Borders](/docs/design-tokens-light-borders--docs)
- [Branding](/docs/design-tokens-light-branding--docs)
- [Breakpoints](/docs/design-tokens-light-breakpoints--docs)
- [Colors](/docs/design-tokens-light-colors--docs)
- [Color Compositions](/docs/design-tokens-light-color-compositions--docs)
- [Color Charts](/docs/design-tokens-light-color-charts--docs)
- [Elevations](/docs/design-tokens-light-elevations--docs)
- [Gradients](/docs/design-tokens-light-gradients--docs)
- [Opacity](/docs/design-tokens-light-opacity--docs)
- [Radius](/docs/design-tokens-light-radius--docs)
- [Shadows](/docs/design-tokens-light-shadows--docs)
- [Measures](/docs/design-tokens-light-measures--docs)
- [Typography](/docs/design-tokens-light-typography--docs)
- [Transitions](/docs/design-tokens-light-transitions--docs)
2 changes: 1 addition & 1 deletion packages/storybook/src/tokens/ThemeWithTokens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function ThemeWithTokens() {
</p>
</StackVertical>
<StackHorizontal gap="M" align="center" justify="center">
<div>
<div data-theme={isDark ? 'dark' : 'light'}>
<div className={styles.card}>
<StackVertical gap="M" justify="stretch" align="stretch">
<StackHorizontal gap="M" justify="spaceBetween" align="center">
Expand Down

0 comments on commit b7be465

Please sign in to comment.