From 16e62fe121d6bb89e3ec6ae094075fc2120727a5 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Fri, 31 Jan 2025 18:24:57 -0600 Subject: [PATCH] Fix invisible edit comment button in dark mode --- app/views/comments/_body.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/comments/_body.html.erb b/app/views/comments/_body.html.erb index 63581c7aa..f879d1815 100644 --- a/app/views/comments/_body.html.erb +++ b/app/views/comments/_body.html.erb @@ -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" %> Edit <% end %> <% end %>