Files
react-test/docs/data/joy/components/textarea/FocusedRingTextarea.tsx.preview

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
353 B
Plaintext
Raw Normal View History

2025-12-12 14:26:25 +09:00
<Textarea
placeholder="Bootstrap"
minRows={2}
sx={{
'--Textarea-focusedInset': 'var(--any, )',
'--Textarea-focusedThickness': '0.25rem',
'--Textarea-focusedHighlight': 'rgba(13,110,253,.25)',
'&::before': {
transition: 'box-shadow .15s ease-in-out',
},
'&:focus-within': {
borderColor: '#86b7fe',
},
}}
/>