Skip to content

Commit 0f9afa4

Browse files
committed
stepper active stpe styles, closes #974
1 parent c2bc38d commit 0f9afa4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: src/theme/components/stepper.ts

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ const baseStyle = definePartsStyle((props) => ({
3232
mt: 1.5,
3333
fontSize: 'xs',
3434
display: { base: 'none', lg: 'block' },
35+
'&[data-status=active]': {
36+
fontWeight: 900,
37+
color: 'process_create.stepper.color',
38+
},
3539
},
3640
}))
3741

0 commit comments

Comments
 (0)