Вот что я хочу:
Вот мой результат:
Я пытаюсь присвоить стиль моим входным реквизитам, но не повезло, есть идеи?Спасибо.
<TextField
key={'verifyKey_'+i}
multiline={false}
InputProps={{
textAlign: 'center',
disableUnderline: true,
style: {
color: 'red',
textAlign: 'center'
}
}}
style={{
height: '50px',
width: '50px',
textAlign: 'center',
justifyContent: 'center'}}/>