This commit is contained in:
2026-02-11 13:03:22 +01:00
parent d7e30ce781
commit da9ba3094c
3 changed files with 25 additions and 29 deletions
-1
View File
@@ -15,7 +15,6 @@ export default function App() {
const [isSplashFinished, setSplashFinished] = useState(false);
const colorScheme = useColorScheme();
// Fix for white background behind modals
const backgroundColor = colorScheme === 'dark' ? AppDarkTheme.colors.background : AppLightTheme.colors.background;
SystemUI.setBackgroundColorAsync(backgroundColor);