use same color for label as in explore dropdown

This commit is contained in:
Erik Sundell
2019-01-02 13:03:17 +01:00
parent f68db4eded
commit 85a434568f
+2 -1
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;
}