Skip to content

Commit d29c208

Browse files
committed
cleanup tag story
1 parent bae71a5 commit d29c208

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/components/ui/__stories__/Tag.stories.tsx

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Meta, StoryObj } from "@storybook/react"
22

3-
import { Center, HStack, VStack } from "../flex"
3+
import { HStack, VStack } from "../flex"
44
import { Tag } from "../tag"
55

66
const meta = {
@@ -33,13 +33,5 @@ const StyleVariantList = () => (
3333
)
3434

3535
export const StyleVariantsBasic: Story = {
36-
render: (args) => (
37-
<VStack className="gap-8">
38-
<Center>
39-
Click anywhere in the whitespace and then tab to see the button styling
40-
on `:focus-visible`
41-
</Center>
42-
<StyleVariantList {...args} />
43-
</VStack>
44-
),
36+
render: (args) => <StyleVariantList {...args} />,
4537
}

0 commit comments

Comments
 (0)