From 445701c7d5831af2f7297f47fe15ec63a66e781d Mon Sep 17 00:00:00 2001 From: 01zulfi <85733202+01zulfi@users.noreply.github.com> Date: Wed, 22 Jul 2026 11:02:56 +0500 Subject: [PATCH] web: enhance MFA code component styling and layout Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com> --- apps/web/src/views/auth.tsx | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/apps/web/src/views/auth.tsx b/apps/web/src/views/auth.tsx index ba9b64a3e..95ff56241 100644 --- a/apps/web/src/views/auth.tsx +++ b/apps/web/src/views/auth.tsx @@ -664,10 +664,8 @@ function MFACode(props: BaseAuthComponentProps<"mfa:code">) { {(selectedMethod === "sms" || selectedMethod === "email") && ( @@ -675,7 +673,10 @@ function MFACode(props: BaseAuthComponentProps<"mfa:code">) { @@ -730,17 +731,6 @@ function MFACode(props: BaseAuthComponentProps<"mfa:code">) { {isSending ? : strings.resendCode()} - )} @@ -751,9 +741,9 @@ function MFACode(props: BaseAuthComponentProps<"mfa:code">) { display: "flex", alignItems: "center", justifyContent: "space-between", - p: 0, - borderRadius: 0, - textAlign: "left" + p: "spacing5", + textAlign: "left", + borderRadius: "radius2" }} onClick={() => navigate("mfa:select", formData)} >