Update EditorContainer.tsx

This commit is contained in:
Nate Kelley 2025-08-21 22:26:25 -06:00
parent 6b0e473da9
commit eadb3389cd
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ interface EditorContainerProps {
} }
const editorContainerVariants = cva( const editorContainerVariants = cva(
'relative w-full cursor-text bg-transparent caret-primary select-text selection:bg-brand/15 focus-visible:outline-none [&_.slate-selection-area]:z-50 [&_.slate-selection-area]:border [&_.slate-selection-area]:border-brand/25 [&_.slate-selection-area]:bg-brand/15', 'relative w-full cursor-text bg-transparent select-text selection:bg-brand/15 focus-visible:outline-none [&_.slate-selection-area]:z-50 [&_.slate-selection-area]:border [&_.slate-selection-area]:border-brand/25 [&_.slate-selection-area]:bg-brand/15',
{ {
variants: { variants: {