minor ui/ux stuff

This commit is contained in:
Boof2015
2026-07-07 20:45:09 -04:00
parent 6aa4b544fc
commit f0a5ea1de4
5 changed files with 46 additions and 7 deletions
+1 -1
View File
@@ -363,7 +363,7 @@ export default function RootLayout() {
presentation: 'transparentModal',
animation: 'none',
gestureEnabled: false,
contentStyle: { backgroundColor: 'transparent' },
contentStyle: { backgroundColor: theme.colors.bgPrimary },
}}
/>
</Stack>