Skip to content

Commit

Permalink
Update the value type
Browse files Browse the repository at this point in the history
  • Loading branch information
lialila committed Feb 28, 2024
1 parent 6e60fcb commit 3971bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/components/Progress.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
const Template: StoryFn<typeof Progress> = (args) => <Progress {...args} />;

const defaultArgs = {
value: '50',
value: 50,
size: 'md',
borderRadius: 'full',
width: 500,
Expand Down

0 comments on commit 3971bf3

Please sign in to comment.