diff --git a/app/views/follows/_followable_button.html.erb b/app/views/follows/_followable_button.html.erb index e61d9703e..527a7e029 100644 --- a/app/views/follows/_followable_button.html.erb +++ b/app/views/follows/_followable_button.html.erb @@ -6,7 +6,8 @@ <%= link_to "##{follow_link_wrapper_id(followable)}", id: follow_link_wrapper_id(followable), title: follow_entity_text(followable), - data: { toggle: follow_drop_id(followable) } do %> + data: { toggle: follow_drop_id(followable) }, + class: 'button hollow' do %> <%= t('shared.follow') %> <% end %>