Selaa lähdekoodia

style: refactor fill to color

yukendev 2 vuotta sitten
vanhempi
sitoutus
36b59289cb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 {
     svg {
       display: block;
-      fill: bs.$secondary;
+      color: bs.$secondary;
     }
   }
 }