Преглед изворни кода

style: refactor fill to color

yukendev пре 2 година
родитељ
комит
36b59289cb
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
     }
   }
 }