瀏覽代碼

feat: remove svg block style

yukendev 2 年之前
父節點
當前提交
f49bb50ee6
共有 1 個文件被更改,包括 2 次插入7 次删除
  1. 2 7
      apps/app/src/components/Me/UISettings.module.scss

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

@@ -2,11 +2,6 @@
 
 .grw-sidebar-mode-icon {
   width: 20px;
-  height:  20px;
-  :global {
-    svg {
-      display: block;
-      color: bs.$secondary;
-    }
-  }
+  height: 20px;
+  color: bs.$secondary;
 }