mirror of https://github.com/buster-so/buster.git
Update EditorContainer.tsx
This commit is contained in:
parent
6b0e473da9
commit
eadb3389cd
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue