mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
Merge pull request #12197 from DaleSeo/fix-indent
Fix indents/line breaks in code exmaples
This commit is contained in:
commit
20101d6d99
@ -8,7 +8,6 @@ export default {
|
||||
component: Button,
|
||||
argTypes: {
|
||||
backgroundColor: { control: 'color' },
|
||||
|
||||
},
|
||||
args: {
|
||||
// Now all Button stories will be primary.
|
||||
|
@ -10,7 +10,6 @@ export default {
|
||||
component: Button,
|
||||
argTypes: {
|
||||
backgroundColor: { control: 'color' },
|
||||
|
||||
},
|
||||
args: {
|
||||
// Now all Button stories will be primary.
|
||||
|
Loading…
x
Reference in New Issue
Block a user