From 110c68bfad08b80e23e222cb540587ac6579e732 Mon Sep 17 00:00:00 2001 From: Daniel Bendel Date: Mon, 18 Apr 2016 20:41:12 +0200 Subject: [PATCH] feat(md-colors): add collection secondary content coloring --- src/colors/md-colors.html | 4 ++++ 1 file changed, 4 insertions(+) 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};