Fix label text color

This commit is contained in:
Clement Ho 2018-04-18 12:05:44 -05:00
parent 81bac625e1
commit 018e02acd3

View file

@ -122,6 +122,7 @@
padding: 0 $grid-size; padding: 0 $grid-size;
line-height: 16px; line-height: 16px;
border-radius: $label-border-radius; border-radius: $label-border-radius;
color: $white-light;
} }
.dropdown-labels-error { .dropdown-labels-error {