Skip to content

Commit

Permalink
docs: sync type token names for tier-2 usages
Browse files Browse the repository at this point in the history
  • Loading branch information
booc0mtaco committed Jun 7, 2023
1 parent f0772c7 commit 41e764e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .storybook/components/DesignTokens/Tier2/TypographyUsage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@ export class Tier2TypographyUsage extends Component {

<Section title="Body Text">
<Grid>
{renderTypeToken('body-lg', '004')}
{renderTypeToken('body-md', '005')}
{renderTypeToken('body-sm', '006')}
{renderTypeToken('body-xs', '008')}
{renderTypeToken('body-lg', '004-light')}
{renderTypeToken('body-md', '005-light')}
{renderTypeToken('body-sm', '006-light')}
{renderTypeToken('body-xs', '008-light')}
</Grid>
</Section>

<Section title="Caption">
<Grid>
{renderTypeToken('caption-lg', '006')}
{renderTypeToken('caption-lg', '006-light')}
{renderTypeToken('caption-md', '008')}
{renderTypeToken('caption-sm', '010')}
</Grid>
Expand Down

0 comments on commit 41e764e

Please sign in to comment.