From f0ae5aeba6506b4af79432a6bb0e564886cdb5ef Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 11 May 2025 18:33:45 +0300 Subject: [PATCH] chore(code): fix placeholder --- apps/client/src/stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 175c3d123..0d4ade2a8 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -435,6 +435,10 @@ body .cm-editor .cm-gutters { border-right: none; } +body .cm-editor .cm-placeholder { + color: #999 !important; +} + #sql-console-query { height: 150px; width: 100%;