Jelajahi Sumber

use same color for label as in explore dropdown

Erik Sundell 7 tahun lalu
induk
melakukan
d632be849a
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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;
 }