diff --git a/src/components/minimal-tiptap/styles/index.css b/src/components/minimal-tiptap/styles/index.css index 263d565..4649a32 100644 --- a/src/components/minimal-tiptap/styles/index.css +++ b/src/components/minimal-tiptap/styles/index.css @@ -173,7 +173,7 @@ .minimal-tiptap-editor .ProseMirror .selection, .minimal-tiptap-editor .ProseMirror *::selection, ::selection { - @apply bg-primary/40; + @apply bg-primary/25; } /* Override native selection when custom selection is present */