Skip to content

Commit 4f1f224

Browse files
authored
Merge branch '8.1.x' into nrobakova/fix-issue-5494
2 parents 90bfc34 + e627e45 commit 4f1f224

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)