fix indents

This commit is contained in:
Dale Seo 2020-08-22 16:55:57 -04:00
parent e73beebe33
commit edea13ff26
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.