Skip to content

Commit cfff808

Browse files
committed
Adjust settings panel background
1 parent 2f1b5a3 commit cfff808

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/SettingsView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ const SettingsView: React.FC<SettingsViewProps> = ({
374374
))}
375375
</ul>
376376
</nav>
377-
<main ref={mainPanelRef} className="flex-1 overflow-y-auto">
377+
<main ref={mainPanelRef} className="flex-1 overflow-y-auto bg-secondary">
378378
<div className="max-w-4xl mx-auto px-8 divide-y divide-border-color/50">
379379
<ProviderSettingsSection
380380
{...{

0 commit comments

Comments
 (0)