diff --git a/apps/web/src/components/EmailEditor/HtmlEditor.tsx b/apps/web/src/components/EmailEditor/HtmlEditor.tsx index faa0210..589a66c 100644 --- a/apps/web/src/components/EmailEditor/HtmlEditor.tsx +++ b/apps/web/src/components/EmailEditor/HtmlEditor.tsx @@ -38,9 +38,7 @@ export function HtmlEditor({value, onChange, placeholder}: HtmlEditorProps) { backgroundColor: '#f3f4f6', color: '#374151', }, - '.cm-activeLine': { - backgroundColor: '#f9fafb', - }, + '.cm-selectionBackground, ::selection': { backgroundColor: '#dbeafe !important', },