Skip to content

Commit 88785bb

Browse files
MasatoHondaclaude
andcommitted
fix(spindle-ui): storybookのButtonGroup横並びストーリーのボタン順序を修正
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c180380 commit 88785bb

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

packages/spindle-ui/src/ButtonGroup/ButtonGroup.stories.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ export const RowDirectionWithLargeButtons: Story = {
1515
render: () => (
1616
<>
1717
<ButtonGroup direction="row" size="large">
18-
<Button size="large" variant="contained">
19-
新規登録
20-
</Button>
2118
<Button size="large" variant="outlined">
2219
ログイン
2320
</Button>
21+
<Button size="large" variant="contained">
22+
新規登録
23+
</Button>
2424
</ButtonGroup>
2525
</>
2626
),
@@ -41,12 +41,12 @@ export const RowDirectionWithMediumButtons: Story = {
4141
render: () => (
4242
<>
4343
<ButtonGroup direction="row" size="medium">
44-
<Button size="medium" variant="contained">
45-
新規登録
46-
</Button>
4744
<Button size="medium" variant="outlined">
4845
ログイン
4946
</Button>
47+
<Button size="medium" variant="contained">
48+
新規登録
49+
</Button>
5050
</ButtonGroup>
5151
</>
5252
),
@@ -71,12 +71,12 @@ export const RowDirectionWithSmallButtons: Story = {
7171
render: () => (
7272
<>
7373
<ButtonGroup direction="row" size="small">
74-
<Button size="small" variant="contained">
75-
新規登録
76-
</Button>
7774
<Button size="small" variant="outlined">
7875
ログイン
7976
</Button>
77+
<Button size="small" variant="contained">
78+
新規登録
79+
</Button>
8080
</ButtonGroup>
8181
</>
8282
),

0 commit comments

Comments
 (0)