Fix invisible edit comment button in dark mode

This commit is contained in:
Jason Zimdars
2025-01-31 18:24:57 -06:00
parent 6f351b956c
commit 16e62fe121
+1 -1
View File
@@ -8,7 +8,7 @@
<% if comment.creator == Current.user %>
<%= link_to edit_bucket_bubble_comment_path(comment.bubble.bucket, comment.bubble, comment), class: "btn txt-small btn--plain", style: "font-size: 0.4em; opacity: 0.5;" do %>
<%= image_tag "menu-dots-horizontal.svg", class: "icon" %>
<%= image_tag "menu-dots-horizontal.svg", class: "icon colorize--black" %>
<span class="for-screen-reader">Edit</span>
<% end %>
<% end %>