Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
felicio committed Apr 25, 2024
1 parent f299f07 commit 911564a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/step/step.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type Props = {
}

const Step = (props: Props) => {
const { size, value, type = 'neutral' } = props
const { size = 18, value, type = 'neutral' } = props

return (
<Base size={size}>
Expand Down

0 comments on commit 911564a

Please sign in to comment.