瀏覽代碼

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;
     }
   }
 }