diff --git a/src/app/ngx-editor/ngx-editor.component.scss b/src/app/ngx-editor/ngx-editor.component.scss index 2396c614..3d026b28 100644 --- a/src/app/ngx-editor/ngx-editor.component.scss +++ b/src/app/ngx-editor/ngx-editor.component.scss @@ -8,7 +8,8 @@ ::ng-deep [contenteditable=true]:empty:before { content: attr(placeholder); display: block; // for firefox - + color: #868e96; + opacity: 1; } .ngx-editor-textarea {