|
|
|
@ -27,7 +27,7 @@ export const StepperStep: FC<StepperStepProps> = (props) => {
|
|
|
|
<div className={classNames(
|
|
|
|
<div className={classNames(
|
|
|
|
'text-center text-[10px] font-semibold uppercase leading-3',
|
|
|
|
'text-center text-[10px] font-semibold uppercase leading-3',
|
|
|
|
isActive
|
|
|
|
isActive
|
|
|
|
? 'text-white'
|
|
|
|
? 'text-text-primary-on-surface'
|
|
|
|
: !isDisabled
|
|
|
|
: !isDisabled
|
|
|
|
? 'text-text-tertiary'
|
|
|
|
? 'text-text-tertiary'
|
|
|
|
: 'text-text-tertiary opacity-30',
|
|
|
|
: 'text-text-tertiary opacity-30',
|
|
|
|
|