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.
This commit is contained in:
Uruk
2025-09-01 21:05:26 +02:00
parent e9effb46f6
commit 1156942e33

View File

@@ -286,7 +286,7 @@ const Login: React.FC = () => {
placeholder={t("login.password_placeholder")}
showPassword={showPassword}
onShowPasswordChange={setShowPassword}
topPosition='4'
topPosition='15'
layout='tv'
/>
</View>