Browse Source

icon color

kaho-y 4 years ago
parent
commit
71fe4c9bd4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/client/styles/scss/theme/hufflepuff.scss

+ 1 - 1
src/client/styles/scss/theme/hufflepuff.scss

@@ -231,7 +231,7 @@ html[dark] {
   $bgcolor-sidebar-list-group: lighten($subthemecolor, 5%);
   $bgcolor-sidebar-list-group: lighten($subthemecolor, 5%);
 
 
   // Icon colors
   // Icon colors
-  $color-editor-icons: $color-global;
+  $color-editor-icons: $themecolor;
 
 
   // Border colors
   // Border colors
   $border-color-theme: darken($themecolor, 5%);
   $border-color-theme: darken($themecolor, 5%);