From 2cab5475ce43e11eae82aed94fc0bff458ac6bcf Mon Sep 17 00:00:00 2001 From: Kartik Labhshetwar Date: Fri, 19 Dec 2025 18:38:28 +0530 Subject: [PATCH] fix: improve CustomEmailTextField styling and focus behavior (#26024) --- apps/web/components/settings/CustomEmailTextField.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/web/components/settings/CustomEmailTextField.tsx b/apps/web/components/settings/CustomEmailTextField.tsx index e4311af294..2dbb99048f 100644 --- a/apps/web/components/settings/CustomEmailTextField.tsx +++ b/apps/web/components/settings/CustomEmailTextField.tsx @@ -44,12 +44,14 @@ const CustomEmailTextField = ({ return ( <>
setInputFocus(true)} onBlur={() => setInputFocus(false)}