Skip to content

Commit c6e69fa

Browse files
authored
Merge pull request #7812 from IgniteUI/mpopov/fix-item-line-subtitle-contrast
fix item subtitle contrast color
2 parents 2b8005a + 2a4d5b0 commit c6e69fa

File tree

1 file changed

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

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ $_bootstrap-list: extend(
190190
/// @property {Map} item-text-color-hover [igx-color: ('grays', 900)] - The list item text color.
191191
/// @property {Map} item-text-color-active [igx-color: ('grays', 900)] - The active list item text color.
192192
///
193-
/// @property {Color} item-subtitle-color [igx-color: ('grays', 600)] - The list item subtitle color.
194-
/// @property {Color} item-subtitle-color-hover [igx-color: ('grays', 600)] - The list item subtitle hover color.
195-
/// @property {Color} item-subtitle-color-active [igx-color: ('grays', 600)] - The list item subtitle active color.
193+
/// @property {Color} item-subtitle-color [igx-color: ('grays', 800)] - The list item subtitle color.
194+
/// @property {Color} item-subtitle-color-hover [igx-color: ('grays', 800)] - The list item subtitle hover color.
195+
/// @property {Color} item-subtitle-color-active [igx-color: ('grays', 800)] - The list item subtitle active color.
196196
///
197197
/// @property {Color} item-action-color [igx-color: ('grays', 600)] - The list item action color.
198198
/// @property {Color} item-action-color-hover [igx-color: ('grays', 600)] - The list item action hover color.
@@ -257,15 +257,15 @@ $_indigo-list: extend(
257257
),
258258

259259
item-subtitle-color: (
260-
igx-color: ('grays', 600)
260+
igx-color: ('grays', 800)
261261
),
262262

263263
item-subtitle-color-hover: (
264-
igx-color: ('grays', 600)
264+
igx-color: ('grays', 800)
265265
),
266266

267267
item-subtitle-color-active: (
268-
igx-color: ('grays', 600)
268+
igx-color: ('grays', 800)
269269
),
270270

271271
item-thumbnail-color: (

0 commit comments

Comments
 (0)