Przeglądaj źródła

style: refactor fill to color

yukendev 2 lat temu
rodzic
commit
36b59289cb

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

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