[fix] Login input width

This commit is contained in:
PauI Ostrovckij
2025-11-24 14:25:22 +03:00
parent f08a83acd0
commit dd86f6a8a0

View File

@ -62,7 +62,6 @@ export default function Login() {
placeholder='Enter your password'
error={error}
onKeyDown={handleKeyDown}
width='200px'
isValid={true}
/>
</div>