export const TexstFieldPercent = styled(Input)({
padding: '0',
fontFamily: 'Raleway',
fontSize: '28px',
height: '24px',
color: '#475267',
fontStyle: 'normal',
fontWeight: 600,
lineHeight: '24px',
})
<TexstFieldPercent
type="number"
autoFocus
onChange={handleChangePercent}
value={persent}
inputProps={{ min: "-100" }}
/>