RED-4841: Changed text color of button with 'warn' type in dark mode.

This commit is contained in:
Nicoleta Panaghiu 2022-07-28 15:36:19 +03:00
parent 9280ea8e52
commit 41788c31c9

View File

@ -33,6 +33,7 @@
&.warn:not([disabled]) {
background-color: var(--iqser-warn);
color: var(--iqser-accent);
&:hover {
background-color: var(--iqser-warn);