fix: button font size styling (#178)

This commit is contained in:
Ari Seyhun 2024-04-23 15:30:25 +08:00 committed by GitHub
parent 324bc57e42
commit 10a8aa402a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);