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

@ -8,7 +8,6 @@ export default {
component: Button,
argTypes: {
backgroundColor: { control: 'color' },
},
args: {
// Now all Button stories will be primary.

View File

@ -10,7 +10,6 @@ export default {
component: Button,
argTypes: {
backgroundColor: { control: 'color' },
},
args: {
// Now all Button stories will be primary.