From 3efba2dcac522703217f0e052f22f09ff2db3fbe Mon Sep 17 00:00:00 2001 From: Nizzy Date: Sun, 2 Mar 2025 13:34:55 -0500 Subject: [PATCH] multi theme compose color --- apps/mail/components/create/editor.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mail/components/create/editor.css b/apps/mail/components/create/editor.css index 4baefcf9f..9f917ab83 100644 --- a/apps/mail/components/create/editor.css +++ b/apps/mail/components/create/editor.css @@ -1,6 +1,6 @@ /* Only show placeholder when editor is completely empty */ .ProseMirror p.is-editor-empty:first-child::before { - color: #c2c8d0; + color: #616161; content: "Start writing..."; float: left; height: 0; @@ -11,7 +11,7 @@ /* Style for all empty paragraphs */ .ProseMirror p.is-empty::before { - color: #c2c8d0; + color: #616161; content: "Continue writing..."; float: left; height: 0;