fix(BOOK-732): Fixed issue with icon color on Filled variant with emphasis

Approved-by: Bianca Widstam
This commit is contained in:
Erik Tiekstra
2026-01-21 10:53:55 +00:00
parent 1ad648639c
commit 1bb2b72b2f

View File

@@ -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);