chore: fix

This commit is contained in:
Adrian Castro
2024-03-20 14:50:31 +01:00
parent 262572dde3
commit a81975cc02

View File

@@ -54,7 +54,7 @@ function SettingsSheetFrame({
}) { }) {
return ( return (
<SafeAreaProvider> <SafeAreaProvider>
<SafeAreaView style={{ flex: 1, backgroundColor: "black" }}> <SafeAreaView style={{ flex: 1 }}>
<Sheet.Frame <Sheet.Frame
backgroundColor="$playerSettingsBackground" backgroundColor="$playerSettingsBackground"
padding="$5" padding="$5"