fix(mobile): adjust margin for email section in edit-email screen

- Reduced top margin from 8 to 4 for the email section to improve layout consistency.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei 2025-03-27 14:56:24 +08:00
parent 0d5cb13206
commit 2558fe656d
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 1 additions and 3 deletions

View File

@ -11,7 +11,6 @@ import { PlainTextField } from "@/src/components/ui/form/TextField"
import {
GroupedInsetListCard,
GroupedInsetListCell,
GroupedInsetListSectionHeader,
GroupedOutlineDescription,
GroupedPlainButtonCell,
} from "@/src/components/ui/grouped/GroupedList"
@ -61,8 +60,7 @@ export const EditEmailScreen: NavigationControllerView = () => {
}
/>
<View className="mt-8 w-full">
<GroupedInsetListSectionHeader label="Email" />
<View className="mt-4 w-full">
<GroupedInsetListCard>
<GroupedInsetListCell label="Email" rightClassName="flex-1" leftClassName="flex-none">
<PlainTextField