mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-19 17:52:45 +02:00
refactor: add minHeight
This commit is contained in:
parent
a19b46b3e6
commit
bf86fbc6eb
@ -86,9 +86,10 @@ const StyledFieldColumn = styled('div')(({ theme }) => ({
|
|||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
|
||||||
const StyledInput = styled(Input)(() => ({
|
const StyledInput = styled(Input)(({theme}) => ({
|
||||||
width: '100%',
|
width: '100%',
|
||||||
'& textarea': {
|
'& textarea': {
|
||||||
|
minHeight: theme.spacing(3),
|
||||||
resize: 'vertical',
|
resize: 'vertical',
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
Loading…
Reference in New Issue
Block a user