From 62c4eb550e37223fa450ad0f96d34619e2b58216 Mon Sep 17 00:00:00 2001 From: jiming Date: Tue, 15 Feb 2022 10:17:02 +0800 Subject: [PATCH] fix: improve the style of the Button in Notification --- src/workbench/notification/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/workbench/notification/style.scss b/src/workbench/notification/style.scss index 629aca276..b1b0db94e 100644 --- a/src/workbench/notification/style.scss +++ b/src/workbench/notification/style.scss @@ -55,4 +55,8 @@ $icon-size: 22px; right: 8px; top: 2px; } + + #{$btn} { + color: var(--button-foreground); + } }