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

修复暗色header中的通知图标的颜色问题
This commit is contained in:
无木 2021-07-28 11:09:53 +08:00
parent e32789373e
commit 0065ab0b2d
1 changed files with 6 additions and 0 deletions

View File

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