Fix font-weight in buttons

This commit is contained in:
Maciej Matuszewski 2018-01-10 22:56:07 +01:00
parent 6a8bcd9ed0
commit c53449e341
1 changed files with 1 additions and 1 deletions

View File

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