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
|
||||
v-bind="forwarded"
|
||||
: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
|
||||
'group-data-[disabled]:text-muted-foreground group-data-[disabled]:opacity-50',
|
||||
// Active
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user