Skip to content

Commit

Permalink
chore: fix button style
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed May 9, 2024
1 parent 0c004c5 commit b518b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/button/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const genSharedButtonStyle: GenerateStyle<ButtonToken, CSSObject> = (token): CSS
},

[`${componentCls}-icon`]: {
lineHeight: 0,
lineHeight: 1,
},

'> a': {
Expand Down

0 comments on commit b518b4f

Please sign in to comment.