Skip to content

Commit

Permalink
fix story config
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberDex committed Feb 14, 2023
1 parent b433fc3 commit fca2e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/input/InputGraphics.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const UseGraphics = ({
align,
placeholder,
value: text,
padding: [verticalPadding + (border ? border + 3 : 0), horizontalPadding + border ? border + 3 : 0]
padding: [verticalPadding + (border ? border + 3 : 0), horizontalPadding + (border ? border + 3 : 0)]
});

input.onChange.connect(() => onChange(input.value));
Expand Down

0 comments on commit fca2e19

Please sign in to comment.