Skip to content

Commit 2b14601

Browse files
samejrericallam
authored andcommitted
Background color tweak
1 parent dc72104 commit 2b14601

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.prompts.$promptSlug

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ export default function PromptDetailPage() {
626626
<ResizablePanel id="prompt-tabs" min="100px">
627627
<div className="grid h-full max-h-full grid-rows-[2.25rem_1fr] overflow-hidden">
628628
{/* Tab bar */}
629-
<div className="flex items-center justify-between border-b border-grid-dimmed pl-3 pr-1.5">
629+
<div className="flex items-center justify-between border-b border-grid-dimmed bg-background-bright pl-3 pr-1.5">
630630
<TabContainer className="-mb-1">
631631
<TabButton
632632
isActive={contentTab === "generations"}

0 commit comments

Comments
 (0)