From f76f64c8b00de318155d00b868e88621e1f76f6a Mon Sep 17 00:00:00 2001 From: Julius Haertl Date: Thu, 19 Jan 2017 11:30:10 +0100 Subject: [PATCH] Fix label font color --- templates/part.card.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/part.card.php b/templates/part.card.php index 466c1a04b..c5b645fb6 100644 --- a/templates/part.card.php +++ b/templates/part.card.php @@ -37,12 +37,12 @@ on-remove="labelRemove($item, $model)" ng-disabled="!boardservice.canEdit() || archived"> {{$item.title}}  + style="background-color:#{{$item.color}}; color:{{ $item.color|textColorFilter }};">{{$item.title}}  {{label.title}} + style="background-color:#{{label.color}}; color:{{ label.color|textColorFilter }};">{{label.title}}