Skip to content

Commit

Permalink
fix: changed color of stepper component icons (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerzon05 authored Jul 25, 2024
1 parent bec12b1 commit 183da08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 183da08

Please sign in to comment.