diff --git a/app/views/collections/show/_column.html.erb b/app/views/collections/show/_column.html.erb index ad9e983e4..f4043bccb 100644 --- a/app/views/collections/show/_column.html.erb +++ b/app/views/collections/show/_column.html.erb @@ -12,7 +12,7 @@ <% end %> <%= link_to collection_column_path(column.collection, column), class: "btn btn--circle txt-x-small borderless cards__expander-button", data: { turbo_frame: "_top" } do %> - <%= icon_tag "expand" %> + <%= icon_tag "expand", class: "translucent" %> Expand column <% end %> diff --git a/app/views/collections/show/_stream.html.erb b/app/views/collections/show/_stream.html.erb index 97098ba61..5404858ef 100644 --- a/app/views/collections/show/_stream.html.erb +++ b/app/views/collections/show/_stream.html.erb @@ -8,7 +8,7 @@

The Stream

<%= link_to collection_columns_stream_path(collection), class: "btn btn--circle txt-x-small borderless cards__expander-button", data: { turbo_frame: "_top" } do %> - <%= icon_tag "expand" %> + <%= icon_tag "expand", class: "translucent" %> Expand column <% end %>
diff --git a/app/views/collections/show/menu/_expand.html.erb b/app/views/collections/show/menu/_expand.html.erb index 034540eb9..878233975 100644 --- a/app/views/collections/show/menu/_expand.html.erb +++ b/app/views/collections/show/menu/_expand.html.erb @@ -1,4 +1,4 @@ <%= link_to column_path, class: "btn btn--circle txt-x-small borderless cards__expander-button", data: { turbo_frame: "_top" } do %> - <%= icon_tag "expand" %> + <%= icon_tag "expand", class: "translucent" %> Expand column <% end %>