Skip to content

Commit e627e45

Browse files
authored
Merge pull request #5544 from IgniteUI/fix-for-5543-8.1.x
fix(List): Allow users to change the color of the list item by adding a custom class
2 parents 1467f5f + a12d814 commit e627e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/list/_list-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
}
374374

375375
%igx-list__item-lines {
376-
color: --var($theme, 'item-text-color');
376+
color: currentColor;
377377
display: flex;
378378
flex-direction: column;
379379
flex: 1 0 0%;

0 commit comments

Comments
 (0)