From 2d4eab798a67179ec6c6f3bdadcd81fc98ef321b Mon Sep 17 00:00:00 2001 From: Zai Shi Date: Thu, 19 Sep 2024 13:57:44 -0700 Subject: [PATCH] fixed account-setting mobile style --- packages/stack/src/components-page/account-settings.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}