Skip to content

Commit 031322d

Browse files
author
MPopov
committed
fix(list): subtitle contrast color in light and dark theme
1 parent 78faeea commit 031322d

File tree

1 file changed

+3
-3
lines changed
  • projects/igniteui-angular/src/lib/core/styles/themes/schemas/light

1 file changed

+3
-3
lines changed

projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_list.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,15 +247,15 @@ $_indigo-list: extend(
247247
),
248248

249249
item-subtitle-color: (
250-
igx-color: ('grays', 700)
250+
igx-color: ('grays', 800)
251251
),
252252

253253
item-subtitle-color-hover: (
254-
igx-color: ('grays', 700)
254+
igx-color: ('grays', 800)
255255
),
256256

257257
item-subtitle-color-active: (
258-
igx-color: ('grays', 700)
258+
igx-color: ('grays', 800)
259259
),
260260

261261
item-thumbnail-color: (

0 commit comments

Comments
 (0)