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 %>