chore: run prettier [ci skip]

This commit is contained in:
Eric Liu 2020-10-14 15:40:33 -07:00
commit 46c611f638
9 changed files with 37 additions and 30 deletions

View file

@ -38,7 +38,7 @@ export const Default = () => ({
export const Fluid = () => ({
Component,
props: {
story: 'fluid',
story: "fluid",
size: select("Field size (size)", sizes, undefined) || undefined,
disabled: boolean("Disabled (disabled)", false),
light: boolean("Light variant (light)", false),