瀏覽代碼

use same color for label as in explore dropdown

Erik Sundell 7 年之前
父節點
當前提交
85a434568f
共有 1 個文件被更改,包括 2 次插入1 次删除
  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;
 }