fix: minor button change
This commit is contained in:
parent
192874548d
commit
8e763d6b72
3 changed files with 7 additions and 6 deletions
|
@ -10,6 +10,7 @@ button {
|
|||
font-size: var(--font-size-base);
|
||||
font-weight: var(--font-weight-bold);
|
||||
line-height: var(--line-height-base);
|
||||
white-space: nowrap;
|
||||
color: var(--color-lightest);
|
||||
background-color: var(--accent-color);
|
||||
appearance: none;
|
||||
|
|
Reference in a new issue