@flozy/editor 4.5.2 → 4.5.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -215,7 +215,7 @@ const editorStyles = ({
|
|
215
215
|
},
|
216
216
|
"& .content-editable.empty": {
|
217
217
|
"&:after": {
|
218
|
-
color: theme
|
218
|
+
color: theme?.palette?.type === "dark" ? "#99A5B6" : placeHolderColor
|
219
219
|
}
|
220
220
|
},
|
221
221
|
"& .checkbox-edit": {
|