Skip to content

Commit

Permalink
Fix font-weight not working on mdui-button (#291)
Browse files Browse the repository at this point in the history
Fix #290
  • Loading branch information
RikkaW authored and zdhxiong committed Feb 14, 2024
1 parent 2a45228 commit 92c50b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdui/src/components/button/button-base-style.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
color: inherit;
font-size: inherit;
font-family: inherit;
font-weight: inherit;
letter-spacing: inherit;
white-space: nowrap;
text-align: center;
Expand Down

0 comments on commit 92c50b1

Please sign in to comment.