fix(button): vanilla color is usable

This commit is contained in:
Manu Mtz.-Almeida
2018-09-14 22:57:12 +02:00
parent b9e42ebd11
commit b8b9b83d49
3 changed files with 28 additions and 6 deletions

View File

@ -43,6 +43,8 @@
display: inline-block;
color: var(--color);
font-family: $font-family-base;
text-align: center;
@ -212,7 +214,6 @@
outline: none;
background: var(--background);
color: var(--color);
line-height: 1;