mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Fix up input text on mobile
This commit is contained in:
parent
3a7590d0c6
commit
9a7af36c75
1 changed files with 2 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue