1
0
mirror of https://github.com/uetchy/namae.git synced 2025-07-01 22:10:04 +09:00

refactor: fix attribute name

This commit is contained in:
Jonah Snider 2022-01-02 22:55:46 -08:00
parent 9d6a4c42f7
commit dd2f3941e7
No known key found for this signature in database
GPG Key ID: BCEA63377AC37FDE

View File

@ -124,7 +124,7 @@ const InputView = styled.input.attrs({
autocorrect: 'off',
autocapitalize: 'off',
spellcheck: 'false',
autofocus: '',
autoFocus: true,
})`
width: 100%;
border: none;