13 lines
240 B
Plaintext
13 lines
240 B
Plaintext
|
|
<Textarea
|
||
|
|
placeholder="Type in here…"
|
||
|
|
minRows={2}
|
||
|
|
sx={{
|
||
|
|
'&::before': {
|
||
|
|
display: 'none',
|
||
|
|
},
|
||
|
|
'&:focus-within': {
|
||
|
|
outline: '2px solid var(--Textarea-focusedHighlight)',
|
||
|
|
outlineOffset: '2px',
|
||
|
|
},
|
||
|
|
}}
|
||
|
|
/>
|