use same color for label as in explore dropdown

This commit is contained in:
Erik Sundell 2018-12-12 13:58:25 +01:00
parent 15ba05d7ee
commit a7bdd757ef

View File

@ -1,5 +1,6 @@
.picker-option-group {
cursor: default;
color: $text-color-weak;
font-size: $font-size-sm;
font-weight: $lead-font-weight;
color: $btn-primary-bg-hl;
}