Fix base theme icon color

This commit is contained in:
Bill Thornton
2025-12-03 10:23:24 -05:00
parent 2ec16d73dc
commit 7dc51349de

View File

@@ -426,7 +426,7 @@ a[data-role=button],
.ratingbutton-icon-withrating,
.playstatebutton-icon-played {
@include var(background-color, --jf-palette-error-light, $error-light);
@include var(color, --jf-palette-error-light, $error-light);
}
.buttonActive {