Skip to content

Commit

Permalink
fix: make status bar translucent
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Oct 30, 2024
1 parent c1f439a commit eaffc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function RootLayout() {
return (
<SWRConfig value={swrConfiguration}>
<ThemeProvider value={isDarkColorScheme ? DARK_THEME : LIGHT_THEME}>
<StatusBar style={isDarkColorScheme ? "light" : "dark"} />
<StatusBar translucent style={isDarkColorScheme ? "light" : "dark"} />
<PolyfillCrypto />
<SafeAreaView className="w-full h-full bg-background">
<UserInactivityProvider>
Expand Down

0 comments on commit eaffc1b

Please sign in to comment.