Skip to content

Commit b468f96

Browse files
authored
fix(grid): count badge doesn't respect colors (#12886)
Closes #12844
1 parent 9e54315 commit b468f96

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2163,9 +2163,10 @@
21632163
}
21642164

21652165
%igx-group-label__count-badge {
2166-
> div {
2167-
background: var-get($theme, 'group-count-background');
2168-
color: var-get($theme, 'group-count-text-color');
2166+
--background-color: #{var-get($theme, 'group-count-background')};
2167+
--text-color: #{var-get($theme, 'group-count-text-color')};
2168+
2169+
> span {
21692170
font-size: $grid-head-fs;
21702171
}
21712172
}

0 commit comments

Comments
 (0)