We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66786c commit 22c1775Copy full SHA for 22c1775
1 file changed
apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.query/route.tsx
@@ -247,9 +247,9 @@ export default function Page() {
247
<PageTitle title={<AlphaTitle>Query</AlphaTitle>} />
248
</NavBar>
249
<PageBody scrollable={false}>
250
- <ResizablePanelGroup orientation="horizontal" className="max-h-full">
+ <ResizablePanelGroup orientation="horizontal" className="max-h-full bg-charcoal-800">
251
<ResizablePanel id="query-main" className="max-h-full">
252
- <div className="grid max-h-full grid-rows-[auto_1fr] overflow-hidden bg-charcoal-800">
+ <div className="grid max-h-full grid-rows-[auto_1fr] overflow-hidden">
253
{/* Query editor */}
254
<div className="flex flex-col gap-2 bg-charcoal-900 pb-2">
255
<TSQLEditor
0 commit comments