fix: minor button change

This commit is contained in:
Cory Dransfeldt 2024-06-26 09:50:40 -07:00
parent 192874548d
commit 8e763d6b72
No known key found for this signature in database
3 changed files with 7 additions and 6 deletions

View file

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