Explorar el Código

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

修复暗色header中的通知图标的颜色问题
无木 hace 3 años
padre
commit
0065ab0b2d
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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;
         }