-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Description
I'm passing in my styles object like so:
const styles = {
border: '1px solid #ff5a5f',
borderRadius: '5px',
color: '#ff5a5f',
padding: '7px',
margin: '5px',
textAlign: 'center',
outline: 'none',
cursor: 'default',
}
<AutosizeInput value={ppl} onChange={(e) => onChange(e, index)} style={styles} />
but this just styles the outer wrapping div
how do I style the inner input?
ibraheemdev, andrewmclagan and dennissiq
Metadata
Metadata
Assignees
Labels
No labels