Skip to content

Commit 183da08

Browse files
authoredJul 25, 2024
fix: changed color of stepper component icons (#676)
1 parent bec12b1 commit 183da08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎apps/www/src/lib/registry/default/ui/stepper/StepperIndicator.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const forwarded = useForwardProps(delegatedProps)
2020
<StepperIndicator
2121
v-bind="forwarded"
2222
:class="cn(
23-
'inline-flex items-center justify-center rounded-full text-white w-10 h-10',
23+
'inline-flex items-center justify-center rounded-full text-muted-foreground/50 w-10 h-10',
2424
// Disabled
2525
'group-data-[disabled]:text-muted-foreground group-data-[disabled]:opacity-50',
2626
// Active

0 commit comments

Comments
 (0)