Skip to content

Commit

Permalink
Keep progress label color in dark mode (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkalexling committed Jul 3, 2020
1 parent f6c3935 commit f9ca52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/components/card.html.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<div class="uk-card-body">
<% unless progress < 0 || progress > 100 %>
<div class="uk-card-badge uk-label"><%= (progress * 100).round(1) %>%</div>
<div class="uk-card-badge label"><%= (progress * 100).round(1) %>%</div>
<% end %>

<h3 class="uk-card-title break-word" data-title="<%= item.display_name.gsub("\"", "&quot;") %>"><%= item.display_name %></h3>
Expand Down

0 comments on commit f9ca52e

Please sign in to comment.