Skip to content

Commit

Permalink
fix(react): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
naporin0624 committed Dec 25, 2024
1 parent f37b832 commit 7081981
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/react/docs/TokenV2Demo.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import TokenV2Styled from './TokenV2DemoStyled'
import TokenV2Tailwind from './TokenV2DemoTailwind'

export default {
title: 'theme/Toke v2 Demo',
title: 'theme/Token v2 Demo',
component: TokenV2Styled,
} as Meta<typeof TokenV2Styled>

Expand Down
4 changes: 2 additions & 2 deletions packages/react/docs/__snapshots__/TokenV2Demo.story.storyshot
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Storybook Tests > theme/Toke v2 Demo > Styled 1`] = `
exports[`Storybook Tests > theme/Token v2 Demo > Styled 1`] = `
.c0 {
-webkit-transition: 0.3s color ease-in-out;
transition: 0.3s color ease-in-out;
Expand Down Expand Up @@ -327,7 +327,7 @@ exports[`Storybook Tests > theme/Toke v2 Demo > Styled 1`] = `
</div>
`;

exports[`Storybook Tests > theme/Toke v2 Demo > Tailwind 1`] = `
exports[`Storybook Tests > theme/Token v2 Demo > Tailwind 1`] = `
<div
data-dark={false}
>
Expand Down

0 comments on commit 7081981

Please sign in to comment.