use same color for label as in explore dropdown

pull/14751/head
Erik Sundell 7 years ago
parent ac416ba880
commit d154d16061
  1. 3
      public/sass/components/_group-heading.scss

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

Loading…
Cancel
Save