File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.query Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments