diff --git a/src/colors/md-colors.html b/src/colors/md-colors.html index 07c92787..bc37ab21 100644 --- a/src/colors/md-colors.html +++ b/src/colors/md-colors.html @@ -104,6 +104,10 @@ color: white; } + md-collection .collection md-collection-item.collection-item .secondary-content { + color: ${mdAccentColor}; + } + /* datepicker */ .picker__date-display { background-color: ${mdAccentColor};