Skip to content

Commit a0b21ef

Browse files
authored
Studio: Update Stepper component styles for consistency with designs (#2016)
* Update Stepper component styles for consistency with designs * Restore the height
1 parent 9d17d54 commit a0b21ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/add-site/components/stepper.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ export default function Stepper( {
5959
>
6060
<div
6161
className={ cx(
62-
`w-6 h-6 rounded-full flex items-center justify-center text-xs font-normal border-2 bg-transparent `,
62+
`w-6 h-6 rounded-full flex items-center justify-center text-xs font-regular border-[1.5px] bg-transparent `,
6363
step.isCurrent ? 'text-gray-900 border-gray-900' : 'border-gray-500 text-gray-500'
6464
) }
6565
>
6666
{ stepNumber }
6767
</div>
6868
<Text
6969
className={ cx(
70-
`text-sm font-medium`,
70+
`text-sm font-regular`,
7171
step.isCurrent ? 'text-gray-900' : 'text-gray-500'
7272
) }
7373
>

0 commit comments

Comments
 (0)