Fix font-weight in buttons
This commit is contained in:
parent
6a8bcd9ed0
commit
c53449e341
|
@ -6,7 +6,7 @@
|
|||
padding: 16px;
|
||||
font-family: 'Work Sans';
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
color: white;
|
||||
text-transform: uppercase;
|
||||
border: 2px solid currentColor;
|
||||
|
|
Loading…
Reference in New Issue