Jelajahi Sumber

style: refactor fill to color

yukendev 2 tahun lalu
induk
melakukan
36b59289cb
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;
     }
   }
 }