We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae71a5 commit d29c208Copy full SHA for d29c208
src/components/ui/__stories__/Tag.stories.tsx
@@ -1,6 +1,6 @@
1
import { Meta, StoryObj } from "@storybook/react"
2
3
-import { Center, HStack, VStack } from "../flex"
+import { HStack, VStack } from "../flex"
4
import { Tag } from "../tag"
5
6
const meta = {
@@ -33,13 +33,5 @@ const StyleVariantList = () => (
33
)
34
35
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
- ),
+ render: (args) => <StyleVariantList {...args} />,
45
}
0 commit comments