We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c7a267 + cfff808 commit b66272eCopy full SHA for b66272e
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