File tree Expand file tree Collapse file tree
packages/spindle-ui/src/ButtonGroup Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) ,
You can’t perform that action at this time.
0 commit comments