diff --git a/src/layouts/default/header/index.less b/src/layouts/default/header/index.less index d7e3636c1..38ca493a1 100644 --- a/src/layouts/default/header/index.less +++ b/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; }