From aa69070f8b596cfc81f077b8aff614902d755276 Mon Sep 17 00:00:00 2001 From: yeojongki <792404062@qq.com> Date: Sat, 14 Sep 2019 12:08:56 +0800 Subject: [PATCH] fix: GlobalHeader styles (#5254) --- src/components/GlobalHeader/index.less | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/GlobalHeader/index.less b/src/components/GlobalHeader/index.less index 37a1c636..88cba12b 100644 --- a/src/components/GlobalHeader/index.less +++ b/src/components/GlobalHeader/index.less @@ -85,9 +85,6 @@ &:global(.opened) { background: @primary-color; } - :global(.ant-badge) { - color: rgba(255, 255, 255, 0.85); - } } }