From a2a1900105b5bf2386a231c47c4a5e2ccb26a5eb Mon Sep 17 00:00:00 2001 From: Alejandra <90076947+alejsdev@users.noreply.github.com> Date: Fri, 15 Mar 2024 01:05:28 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Replace=20buttons=20styling=20fo?= =?UTF-8?q?r=20variants=20for=20consistency=20(#722)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/UserSettings/DeleteAccount.tsx | 8 +------- frontend/src/routes/login.tsx | 8 +------- frontend/src/routes/recover-password.tsx | 8 +------- frontend/src/routes/reset-password.tsx | 7 +------ 4 files changed, 4 insertions(+), 27 deletions(-) diff --git a/frontend/src/components/UserSettings/DeleteAccount.tsx b/frontend/src/components/UserSettings/DeleteAccount.tsx index 09c640e..257b99d 100644 --- a/frontend/src/components/UserSettings/DeleteAccount.tsx +++ b/frontend/src/components/UserSettings/DeleteAccount.tsx @@ -22,13 +22,7 @@ const DeleteAccount: React.FC = () => { Permanently delete your data and everything associated with your account. - - diff --git a/frontend/src/routes/recover-password.tsx b/frontend/src/routes/recover-password.tsx index 38c998d..661c180 100644 --- a/frontend/src/routes/recover-password.tsx +++ b/frontend/src/routes/recover-password.tsx @@ -82,13 +82,7 @@ function RecoverPassword() { {errors.email.message} )} - diff --git a/frontend/src/routes/reset-password.tsx b/frontend/src/routes/reset-password.tsx index 55f4d49..9e6e51d 100644 --- a/frontend/src/routes/reset-password.tsx +++ b/frontend/src/routes/reset-password.tsx @@ -124,12 +124,7 @@ function ResetPassword() { {errors.confirm_password.message} )} -