Fix grey color theme
[oweals/peertube.git] / client / src / app / +admin / plugins / shared / plugin-list.component.scss
index 3f4fad7b93ca30ba51ffa5c57555eceb989ab4d2..1daa7b74183f75746438db01d26f6f91ec12dab5 100644 (file)
 
   .plugin-icon {
     margin-left: 10px;
-    
+
     my-global-icon {
-      @include apply-svg-color($grey-foreground-color);
-      
+      @include apply-svg-color(var(--greyForegroundColor));
+
       &[iconName="npm"] {
-        @include fill-svg-color($grey-foreground-color);
+        @include fill-svg-color(var(--greyForegroundColor));
       }
     }
   }