We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1b5a3 commit cfff808Copy full SHA for cfff808
1 file changed
components/SettingsView.tsx
@@ -374,7 +374,7 @@ const SettingsView: React.FC<SettingsViewProps> = ({
374
))}
375
</ul>
376
</nav>
377
- <main ref={mainPanelRef} className="flex-1 overflow-y-auto">
+ <main ref={mainPanelRef} className="flex-1 overflow-y-auto bg-secondary">
378
<div className="max-w-4xl mx-auto px-8 divide-y divide-border-color/50">
379
<ProviderSettingsSection
380
{...{
0 commit comments