Skip to content

Commit

Permalink
feat: hover effect on delete account button
Browse files Browse the repository at this point in the history
  • Loading branch information
jestinjoshi committed Nov 8, 2024
1 parent 95583be commit d80ab5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/settings/profiles/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
</div>
<%=
button_to t(".delete_account"), user_path(@user), method: :delete,
class: "bg-red-500 text-white text-sm font-medium rounded-lg px-3 py-2",
class: "bg-red-500 hover:bg-red-300 text-white text-sm font-medium rounded-lg px-3 py-2",
data: { turbo_confirm: {
title: t(".confirm_delete.title"),
body: t(".confirm_delete.body"),
Expand Down

0 comments on commit d80ab5a

Please sign in to comment.