minor ui undo/fix

This commit is contained in:
Boof2015
2026-07-08 02:07:54 -04:00
parent af33698b69
commit acc6bdf3eb
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -363,7 +363,7 @@ export default function RootLayout() {
presentation: 'transparentModal',
animation: 'none',
gestureEnabled: false,
contentStyle: { backgroundColor: theme.colors.bgPrimary },
contentStyle: { backgroundColor: 'transparent' },
}}
/>
</Stack>