Fix up input text on mobile

This commit is contained in:
Sam Poder 2021-12-14 07:08:25 +08:00 committed by Ella
parent 3a7590d0c6
commit 9a7af36c75

View file

@ -174,7 +174,8 @@ function Field({ placeholder, label, name, type, value, onChange }) {
name={name}
type={type}
sx={{
bg: 'smoke'
bg: 'smoke',
color: 'text'
}}
onChange={onChange}
value={value}