diff --git a/ui/src/foundations/typography.stories.mdx b/ui/src/foundations/typography.stories.mdx index 6b9133601..930abe0c1 100644 --- a/ui/src/foundations/typography.stories.mdx +++ b/ui/src/foundations/typography.stories.mdx @@ -1,7 +1,7 @@ import { DocTypographyList } from '../lib'; import { Typography } from '../index'; import { Meta } from '@storybook/addon-docs'; -import '../globals.css' +import '../globals.css'; @@ -20,54 +20,56 @@ There is a React component to utilize the typography stack, see **Weights:** 400(regular), 500(medium), 700(bold)
- Hello + Hello
-Extra large 5, - }, - { - size: '4xl', - title: 'Extra Large 4', - children: 4xl, - }, - { - size: '3xl', - title: 'Extra Large 3', - children: 3xl, - }, - { - size: '2xl', - title: 'Extra Large 2', - children: 2xl, - }, - { - size: 'xl', - title: 'Extra Large', - children: xl, - }, - { - size: 'lg', - title: 'Large', - children: lg, - }, - { - size: 'base', - title: 'Base', - description: 'Default size for body text', - children: base, - }, - { - size: 'sm', - title: 'Small', - children: sm, - }, - { - size: 'xs', - title: 'Extra Small', - children: xs, - }, -]} /> +Extra large 5, + }, + { + size: '4xl', + title: 'Extra Large 4', + children: 4xl, + }, + { + size: '3xl', + title: 'Extra Large 3', + children: 3xl, + }, + { + size: '2xl', + title: 'Extra Large 2', + children: 2xl, + }, + { + size: 'xl', + title: 'Extra Large', + children: xl, + }, + { + size: 'lg', + title: 'Large', + children: lg, + }, + { + size: 'base', + title: 'Base', + description: 'Default size for body text', + children: base, + }, + { + size: 'sm', + title: 'Small', + children: sm, + }, + { + size: 'xs', + title: 'Extra Small', + children: xs, + }, + ]} +/>