Skip to content

Commit d4a90f4

Browse files
committed
fix(badge): material theme icon color
1 parent 6b7100a commit d4a90f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/badge/_badge-theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@
7171
%igx-badge--warn {
7272
background: color($color: 'warn');
7373
color: contrast-color($color: 'warn', $variant: 500);
74+
75+
igx-icon {
76+
color: contrast-color($color: 'warn', $variant: 500);
77+
}
7478
}
7579

7680
%igx-badge--error {

0 commit comments

Comments
 (0)