From f9ca52ee2f5529f2932c93b9c0e6dc3397772c50 Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Fri, 3 Jul 2020 06:53:39 +0000 Subject: [PATCH] Keep progress label color in dark mode (#85) --- src/views/components/card.html.ecr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/components/card.html.ecr b/src/views/components/card.html.ecr index 88ddd5f..64e6a13 100644 --- a/src/views/components/card.html.ecr +++ b/src/views/components/card.html.ecr @@ -30,7 +30,7 @@
<% unless progress < 0 || progress > 100 %> -
<%= (progress * 100).round(1) %>%
+
<%= (progress * 100).round(1) %>%
<% end %>

"><%= item.display_name %>