From 0065ab0b2de1f3fd7ae21336e92d92e381be4396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=A0=E6=9C=A8?= Date: Wed, 28 Jul 2021 11:09:53 +0800 Subject: [PATCH] style(header): fix `notify` icon color in dark MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复暗色header中的通知图标的颜色问题 --- src/layouts/default/header/index.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/layouts/default/header/index.less b/src/layouts/default/header/index.less index d7e3636c..38ca493a 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; } -- GitLab