Sfoglia il codice sorgente

style: refactor fill to color

yukendev 2 anni fa
parent
commit
36b59289cb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      apps/app/src/components/Me/UISettings.module.scss

+ 1 - 1
apps/app/src/components/Me/UISettings.module.scss

@@ -6,7 +6,7 @@
   :global {
   :global {
     svg {
     svg {
       display: block;
       display: block;
-      fill: bs.$secondary;
+      color: bs.$secondary;
     }
     }
   }
   }
 }
 }