Commit 0065ab0b authored by 无木's avatar 无木

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

修复暗色header中的通知图标的颜色问题
parent e3278937
......@@ -181,6 +181,12 @@
font-size: 16px !important;
}
.ant-badge {
span {
color: @white;
}
}
&:hover {
background-color: @header-dark-bg-hover-color;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment