Skip to content

Commit

Permalink
feat: add grey background for delete account (#2030)
Browse files Browse the repository at this point in the history
  • Loading branch information
itskish0re authored Nov 1, 2023
1 parent 361abe8 commit ea10161
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ const UserSettingsPage = ({ user }: userSettingsPageProps) => {
name="delete-account"
action="/api/delete-account"
method="POST"
className="flex flex-col order-first gap-6 md:order-last"
className="flex flex-col order-first gap-6 md:order-last p-6 rounded-2xl bg-light-slate-4"
ref={deleteFormRef}
onSubmit={(e) => {
setIsModalOpen(true);
Expand Down

0 comments on commit ea10161

Please sign in to comment.