We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e403a44 commit 03b1098Copy full SHA for 03b1098
source/views/components/colors.js
@@ -265,7 +265,7 @@ export const androidTabBarForeground = textOnAccent
265
266
export const iosTabBarActiveColor = sto.black
267
268
-export const androidStatusBarColor = darken(0.2, sto.white)
+export const androidStatusBarColor = darken(0.2, navigationBackground)
269
export const statusBarStyle = Platform.select({
270
ios: 'dark-content',
271
android: 'light-content',
0 commit comments