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 f650519 commit 33a4331Copy full SHA for 33a4331
site/src/components/Button/Button.stories.tsx
@@ -96,20 +96,23 @@ export const DestructiveSmall: Story = {
96
export const IconButtonDefault: Story = {
97
args: {
98
variant: "default",
99
+ size: "icon",
100
children: <PlusIcon />,
101
},
102
};
103
104
export const IconButtonOutline: Story = {
105
106
variant: "outline",
107
108
109
110
111
112
export const IconButtonSubtle: Story = {
113
114
variant: "subtle",
115
116
117
118
0 commit comments