Skip to content

Commit a86d471

Browse files
Widen settings area, keep back button top-left
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 10895fe commit a86d471

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/app/src/pages/SettingsArea.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import { SpendingPage } from './Spending';
99
export function SettingsArea({ onBack }: { onBack?: () => void }): React.ReactElement {
1010
const [tab, setTab] = useState('general');
1111
return (
12-
<div className="mx-auto w-full max-w-3xl">
12+
<div className="mx-auto w-full max-w-5xl">
1313
{onBack && (
1414
<button
1515
onClick={onBack}
16-
className="mb-4 -ml-1 flex items-center gap-1.5 text-sm text-muted transition-colors hover:text-text"
16+
className="mb-3 -ml-1 flex items-center gap-1.5 text-sm text-muted transition-colors hover:text-text"
1717
>
1818
<ArrowLeft className="h-4 w-4" strokeWidth={2} />
1919
Back to app

0 commit comments

Comments
 (0)