Skip to content

Commit

Permalink
fix: button font size styling (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqwewe authored Apr 23, 2024
1 parent 324bc57 commit 10a8aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thaw/src/button/button.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.thaw-button {
height: var(--thaw-height);
padding: var(--thaw-padding);
font-size: var(--thaw-font-color);
font-size: var(--thaw-font-size);
background-color: var(--thaw-background-color);
color: var(--thaw-font-color);
border: 1px solid var(--thaw-border-color);
Expand Down

0 comments on commit 10a8aa4

Please sign in to comment.