Ensure icon is colored in dark mode

This commit is contained in:
Jason Zimdars
2025-01-29 21:34:43 -06:00
parent 92cc2c8121
commit 782c42823d
+1 -1
View File
@@ -15,7 +15,7 @@
<strong style="font-size: 1.1em;"><%= bubble.title %></strong>
<span class="flex align-center gap-half">
<% if event_column(event) == 1 %>
<span><%= image_tag "#{event_action_icon(event)}.svg", aria: { hidden: true }, size: 12 %></span>
<span><%= image_tag "#{event_action_icon(event)}.svg", aria: { hidden: true }, size: 12, class: "colorize--black" %></span>
<% end %>
<span><%= event_action_sentence(event) %></span>
</span>