Skip to content

Commit 7fa12a8

Browse files
authored
[6.x] Fix round button examples to stories (#13272)
1 parent 7695112 commit 7fa12a8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

resources/js/stories/Button.stories.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,9 @@ export const Round: Story = {
171171
docs: {
172172
source: {
173173
code: `
174-
<Button size="lg" text="Large" />
175-
<Button size="base" text="Base" />
176-
<Button size="sm" text="Small" />
177-
<Button size="xs" text="Extra Small" />
174+
<Button round icon="plus" />
175+
<Button round icon="plus" text="Add" />
176+
<Button round text="Add" />
178177
`,
179178
},
180179
},

0 commit comments

Comments
 (0)