mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 04:01:48 +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,
|
component: Button,
|
||||||
argTypes: {
|
argTypes: {
|
||||||
backgroundColor: { control: 'color' },
|
backgroundColor: { control: 'color' },
|
||||||
|
|
||||||
},
|
},
|
||||||
args: {
|
args: {
|
||||||
// Now all Button stories will be primary.
|
// Now all Button stories will be primary.
|
||||||
|
@ -10,7 +10,6 @@ export default {
|
|||||||
component: Button,
|
component: Button,
|
||||||
argTypes: {
|
argTypes: {
|
||||||
backgroundColor: { control: 'color' },
|
backgroundColor: { control: 'color' },
|
||||||
|
|
||||||
},
|
},
|
||||||
args: {
|
args: {
|
||||||
// Now all Button stories will be primary.
|
// Now all Button stories will be primary.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user