From 1156942e331f5bb8b2755fb500ed9daee8046ca6 Mon Sep 17 00:00:00 2001 From: Uruk Date: Mon, 1 Sep 2025 21:05:26 +0200 Subject: [PATCH] fix: adjust password field top position for better layout Updates the top position value from 4 to 15 to improve the visual spacing and alignment of the password input field in the TV layout mode. --- app/login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/login.tsx b/app/login.tsx index bf5aa4fd..aa855a04 100644 --- a/app/login.tsx +++ b/app/login.tsx @@ -286,7 +286,7 @@ const Login: React.FC = () => { placeholder={t("login.password_placeholder")} showPassword={showPassword} onShowPasswordChange={setShowPassword} - topPosition='4' + topPosition='15' layout='tv' />