diff --git a/packages/components/src/step/step.tsx b/packages/components/src/step/step.tsx index 0018a138a..d02934534 100644 --- a/packages/components/src/step/step.tsx +++ b/packages/components/src/step/step.tsx @@ -14,7 +14,7 @@ type Props = { } const Step = (props: Props) => { - const { size, value, type = 'neutral' } = props + const { size = 18, value, type = 'neutral' } = props return (