Skip to content

Commit 5a9e7fa

Browse files
committed
fix: fix Style screen padding for web
1 parent f7cded8 commit 5a9e7fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/(app)/style.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export default function Style() {
1010
return (
1111
<>
1212
<FocusAwareStatusBar />
13-
<ScrollView>
14-
<SafeAreaView className="flex-1 px-4">
13+
<ScrollView className="px-4">
14+
<SafeAreaView className="flex-1">
1515
<Typography />
1616
<Colors />
1717
<Buttons />

0 commit comments

Comments
 (0)