From 8b2c0194baa324f3f823f2c5906ccd253310af32 Mon Sep 17 00:00:00 2001 From: Katia Bulatova Date: Wed, 12 Aug 2026 14:51:35 +0000 Subject: [PATCH 1/6] fix(webapp): query toolbar gets a translucent white background in light theme --- apps/webapp/app/components/code/TSQLEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/webapp/app/components/code/TSQLEditor.tsx b/apps/webapp/app/components/code/TSQLEditor.tsx index 0ddc7cf12d..372c2be129 100644 --- a/apps/webapp/app/components/code/TSQLEditor.tsx +++ b/apps/webapp/app/components/code/TSQLEditor.tsx @@ -284,7 +284,7 @@ export function TSQLEditor(opts: TSQLEditorProps) { }} /> {showButtons && ( -
+
{additionalActions && additionalActions} {showFormatButton && (