diff --git a/packages/stack/src/components-page/account-settings.tsx b/packages/stack/src/components-page/account-settings.tsx index 609a85350..6dcad91d5 100644 --- a/packages/stack/src/components-page/account-settings.tsx +++ b/packages/stack/src/components-page/account-settings.tsx @@ -103,8 +103,8 @@ export function AccountSettings(props: { function Section(props: { title: string, description?: string, children: React.ReactNode }) { return ( -
-
+
+
{props.title} @@ -112,7 +112,7 @@ function Section(props: { title: string, description?: string, children: React.R {props.description} }
-
+
{props.children}