fix(BOOK-732): Fixed issue with icon color on Filled variant with emphasis
Approved-by: Bianca Widstam
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
&.emphasis {
|
&.emphasis {
|
||||||
background-color: var(--Component-Button-Brand-Tertiary-Fill-Default);
|
background-color: var(--Component-Button-Brand-Tertiary-Fill-Default);
|
||||||
color: inherit;
|
color: var(--Component-Button-Brand-Tertiary-On-fill-Default);
|
||||||
|
|
||||||
&[data-disabled] {
|
&[data-disabled] {
|
||||||
background-color: var(--Component-Button-Brand-Tertiary-Fill-Disabled);
|
background-color: var(--Component-Button-Brand-Tertiary-Fill-Disabled);
|
||||||
|
|||||||
Reference in New Issue
Block a user