Sfoglia il codice sorgente

use same color for label as in explore dropdown

Erik Sundell 7 anni fa
parent
commit
a7bdd757ef
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      public/sass/components/_group-heading.scss

+ 2 - 1
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;
 }