Skip to content

Commit

Permalink
style: Active step (#989)
Browse files Browse the repository at this point in the history
* stepper active stpe styles, closes #974

* changed active step font weight, from 900 to bold
  • Loading branch information
gerouvi authored Feb 12, 2025
1 parent c2bc38d commit 1a721c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/theme/components/stepper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ const baseStyle = definePartsStyle((props) => ({
mt: 1.5,
fontSize: 'xs',
display: { base: 'none', lg: 'block' },
'&[data-status=active]': {
fontWeight: 'bold',
color: 'process_create.stepper.color',
},
},
}))

Expand Down

2 comments on commit 1a721c9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.