Merge pull request #12197 from DaleSeo/fix-indent

Fix indents/line breaks in code exmaples
This commit is contained in:
Michael Shilman 2020-08-23 05:19:25 +08:00 committed by GitHub
commit 20101d6d99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 5 deletions

View File

@ -6,9 +6,8 @@ import Button from './button.component';
export default {
title: "Button",
component: Button,
argTypes: {
argTypes: {
backgroundColor: { control: 'color' },
},
args: {
// Now all Button stories will be primary.

View File

@ -7,7 +7,7 @@ import Button from './Button';
export default {
title: "Button",
component: Button,
argTypes: {
argTypes: {
backgroundColor: { control: 'color' },
},
args: {

View File

@ -8,9 +8,8 @@ import Button from './Button';
export default {
title: "Button",
component: Button,
argTypes: {
argTypes: {
backgroundColor: { control: 'color' },
},
args: {
// Now all Button stories will be primary.