From 41788c31c97e1b00af34370da8b0c48f66e9e638 Mon Sep 17 00:00:00 2001 From: Nicoleta Panaghiu Date: Thu, 28 Jul 2022 15:36:19 +0300 Subject: [PATCH] RED-4841: Changed text color of button with 'warn' type in dark mode. --- src/lib/buttons/circle-button/circle-button.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/buttons/circle-button/circle-button.component.scss b/src/lib/buttons/circle-button/circle-button.component.scss index 396e10b..51c50b2 100644 --- a/src/lib/buttons/circle-button/circle-button.component.scss +++ b/src/lib/buttons/circle-button/circle-button.component.scss @@ -33,6 +33,7 @@ &.warn:not([disabled]) { background-color: var(--iqser-warn); + color: var(--iqser-accent); &:hover { background-color: var(--iqser-warn);