From 69e88c1d9fc9a210a4d19d0e34d1934dbc8e60ca Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 18 Jan 2026 11:48:34 +0200 Subject: [PATCH] chore(sql_console): set gutter color --- apps/client/src/widgets/type_widgets/SqlConsole.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/widgets/type_widgets/SqlConsole.css b/apps/client/src/widgets/type_widgets/SqlConsole.css index c1871fad3..0ba53e8aa 100644 --- a/apps/client/src/widgets/type_widgets/SqlConsole.css +++ b/apps/client/src/widgets/type_widgets/SqlConsole.css @@ -7,6 +7,10 @@ overflow: auto; } + .gutter { + background-color: var(--accented-background-color) !important; + } + .sql-result-widget { height: 100%;