浏览代码

style(header): fix `notify` icon color in dark

修复暗色header中的通知图标的颜色问题
无木 3 年之前
父节点
当前提交
0065ab0b2d
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/layouts/default/header/index.less

+ 6 - 0
src/layouts/default/header/index.less

@@ -181,6 +181,12 @@
           font-size: 16px !important;
         }
 
+        .ant-badge {
+          span {
+            color: @white;
+          }
+        }
+
         &:hover {
           background-color: @header-dark-bg-hover-color;
         }