diff --git a/app/views/account/show.html.erb b/app/views/account/show.html.erb index a3407f5a7..8bc09f050 100644 --- a/app/views/account/show.html.erb +++ b/app/views/account/show.html.erb @@ -1,7 +1,7 @@
- <%= link_to t("account.show.change_credentials_link"), edit_user_registration_path, class: "button secondary" %> + <%= link_to t("account.show.change_credentials_link"), edit_user_registration_path, class: "button hollow" %>
<%= link_to t("account.show.erase_account_link"), users_registrations_delete_form_path, class: "delete" %>