Skip to content

Commit 22c1775

Browse files
committed
Better bg colours
1 parent d66786c commit 22c1775

File tree

1 file changed

+2
-2
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.query

1 file changed

+2
-2
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.query/route.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@ export default function Page() {
247247
<PageTitle title={<AlphaTitle>Query</AlphaTitle>} />
248248
</NavBar>
249249
<PageBody scrollable={false}>
250-
<ResizablePanelGroup orientation="horizontal" className="max-h-full">
250+
<ResizablePanelGroup orientation="horizontal" className="max-h-full bg-charcoal-800">
251251
<ResizablePanel id="query-main" className="max-h-full">
252-
<div className="grid max-h-full grid-rows-[auto_1fr] overflow-hidden bg-charcoal-800">
252+
<div className="grid max-h-full grid-rows-[auto_1fr] overflow-hidden">
253253
{/* Query editor */}
254254
<div className="flex flex-col gap-2 bg-charcoal-900 pb-2">
255255
<TSQLEditor

0 commit comments

Comments
 (0)