Skip to content

Commit

Permalink
fix: selection opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslam97 committed Aug 12, 2024
1 parent e4ac739 commit bcf10ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/minimal-tiptap/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit bcf10ea

Please sign in to comment.