Skip to content

Commit 8d0cf5f

Browse files
committed
chore: reduce toast offset
1 parent f36fe97 commit 8d0cf5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/_layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ export default Sentry.wrap(function RootLayout() {
128128
<Toast
129129
config={toastConfig}
130130
position="bottom"
131-
bottomOffset={140}
132-
topOffset={140}
131+
bottomOffset={100}
132+
topOffset={100}
133133
/>
134134
</BottomSheetModalProvider>
135135
</GestureHandlerRootView>

0 commit comments

Comments
 (0)