Polish UX for Settings pages; add Go Back button to setting page

This commit is contained in:
Will Chen
2025-04-21 14:42:35 -07:00
parent 8373e20ded
commit 0e48d02a0b
2 changed files with 26 additions and 11 deletions

View File

@@ -147,7 +147,7 @@ export function ProviderSettingsPage({ provider }: ProviderSettingsPageProps) {
}, [apiKeyInput]);
return (
<div className="min-h-screen p-8">
<div className="min-h-screen px-8 py-4">
<div className="max-w-4xl mx-auto">
<Button
onClick={() => router.history.back()}