fix: changed color of stepper component icons
This commit is contained in:
parent
bec12b1653
commit
80a882ddf9
|
|
@ -20,7 +20,7 @@ const forwarded = useForwardProps(delegatedProps)
|
||||||
<StepperIndicator
|
<StepperIndicator
|
||||||
v-bind="forwarded"
|
v-bind="forwarded"
|
||||||
:class="cn(
|
:class="cn(
|
||||||
'inline-flex items-center justify-center rounded-full text-white w-10 h-10',
|
'inline-flex items-center justify-center rounded-full text-muted-foreground/50 w-10 h-10',
|
||||||
// Disabled
|
// Disabled
|
||||||
'group-data-[disabled]:text-muted-foreground group-data-[disabled]:opacity-50',
|
'group-data-[disabled]:text-muted-foreground group-data-[disabled]:opacity-50',
|
||||||
// Active
|
// Active
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user