Skip to content

Commit c7bd82f

Browse files
refactor(Heading.stories): remove 3xl token from story
1 parent 1b6517e commit c7bd82f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/BaseStories/Heading.stories.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ export default meta
4242
type Story = StoryObj<typeof meta>
4343

4444
const headingScale: Array<HeadingProps> = [
45-
{
46-
as: "h1",
47-
size: "3xl",
48-
},
4945
{
5046
as: "h1",
5147
size: "2xl",

0 commit comments

Comments
 (0)