fix: changed color of stepper component icons (#676)

This commit is contained in:
Gerzon Rangel 2024-07-24 23:02:25 -05:00 committed by GitHub
parent bec12b1653
commit 183da0890d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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