mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
fix: button font size styling (#178)
This commit is contained in:
parent
324bc57e42
commit
10a8aa402a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue