Merge pull request #245 from hemanth5544/next
This commit is contained in:
@@ -38,9 +38,7 @@ export function HtmlEditor({value, onChange, placeholder}: HtmlEditorProps) {
|
|||||||
backgroundColor: '#f3f4f6',
|
backgroundColor: '#f3f4f6',
|
||||||
color: '#374151',
|
color: '#374151',
|
||||||
},
|
},
|
||||||
'.cm-activeLine': {
|
|
||||||
backgroundColor: '#f9fafb',
|
|
||||||
},
|
|
||||||
'.cm-selectionBackground, ::selection': {
|
'.cm-selectionBackground, ::selection': {
|
||||||
backgroundColor: '#dbeafe !important',
|
backgroundColor: '#dbeafe !important',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user