From 26e9492d79f319fd8de5c6860a1ad8cfe8c45a3a Mon Sep 17 00:00:00 2001 From: neverland Date: Thu, 14 May 2020 21:05:36 +0800 Subject: [PATCH] style(NoticeBar): increase icon min-width to 24px (#6280) --- src/style/var.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/var.less b/src/style/var.less index 12e85f506..5a3ca483d 100644 --- a/src/style/var.less +++ b/src/style/var.less @@ -463,7 +463,7 @@ @notice-bar-line-height: 24px; @notice-bar-background-color: @orange-light; @notice-bar-icon-size: 16px; -@notice-bar-icon-min-width: 22px; +@notice-bar-icon-min-width: 24px; // Notify @notify-text-color: @white;