Commit 0065ab0b2de1f3fd7ae21336e92d92e381be4396

Authored by 无木
1 parent e3278937

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

修复暗色header中的通知图标的颜色问题
src/layouts/default/header/index.less
@@ -181,6 +181,12 @@ @@ -181,6 +181,12 @@
181 font-size: 16px !important; 181 font-size: 16px !important;
182 } 182 }
183 183
  184 + .ant-badge {
  185 + span {
  186 + color: @white;
  187 + }
  188 + }
  189 +
184 &:hover { 190 &:hover {
185 background-color: @header-dark-bg-hover-color; 191 background-color: @header-dark-bg-hover-color;
186 } 192 }