Merge pull request #245 from hemanth5544/next

This commit is contained in:
Dries Augustyns
2025-12-18 16:13:00 +01:00
committed by GitHub
@@ -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',
},