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); + } }