@@ -190,9 +190,9 @@ $_bootstrap-list: extend(
190
190
/// @property {Map} item-text-color-hover [igx-color: ('grays', 900)] - The list item text color.
191
191
/// @property {Map} item-text-color-active [igx-color: ('grays', 900)] - The active list item text color.
192
192
///
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.
196
196
///
197
197
/// @property {Color} item-action-color [igx-color: ('grays', 600)] - The list item action color.
198
198
/// @property {Color} item-action-color-hover [igx-color: ('grays', 600)] - The list item action hover color.
@@ -257,15 +257,15 @@ $_indigo-list: extend(
257
257
),
258
258
259
259
item- subtitle- color: (
260
- igx- color: (' grays' , 600 )
260
+ igx- color: (' grays' , 800 )
261
261
),
262
262
263
263
item- subtitle- color- hover: (
264
- igx- color: (' grays' , 600 )
264
+ igx- color: (' grays' , 800 )
265
265
),
266
266
267
267
item- subtitle- color- active: (
268
- igx- color: (' grays' , 600 )
268
+ igx- color: (' grays' , 800 )
269
269
),
270
270
271
271
item- thumbnail- color: (
0 commit comments