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