Skip to content

Commit 03b1098

Browse files
committed
simplify creating the android statusbar color
1 parent e403a44 commit 03b1098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/components/colors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export const androidTabBarForeground = textOnAccent
265265

266266
export const iosTabBarActiveColor = sto.black
267267

268-
export const androidStatusBarColor = darken(0.2, sto.white)
268+
export const androidStatusBarColor = darken(0.2, navigationBackground)
269269
export const statusBarStyle = Platform.select({
270270
ios: 'dark-content',
271271
android: 'light-content',

0 commit comments

Comments
 (0)