We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d17d54 commit a0b21efCopy full SHA for a0b21ef
src/modules/add-site/components/stepper.tsx
@@ -59,15 +59,15 @@ export default function Stepper( {
59
>
60
<div
61
className={ cx(
62
- `w-6 h-6 rounded-full flex items-center justify-center text-xs font-normal border-2 bg-transparent `,
+ `w-6 h-6 rounded-full flex items-center justify-center text-xs font-regular border-[1.5px] bg-transparent `,
63
step.isCurrent ? 'text-gray-900 border-gray-900' : 'border-gray-500 text-gray-500'
64
) }
65
66
{ stepNumber }
67
</div>
68
<Text
69
70
- `text-sm font-medium`,
+ `text-sm font-regular`,
71
step.isCurrent ? 'text-gray-900' : 'text-gray-500'
72
73
0 commit comments