From 879702dadfa3cffea514515226672439fc89b5c3 Mon Sep 17 00:00:00 2001 From: Tom <53571657+tmclo@users.noreply.github.com> Date: Sun, 10 Jul 2022 14:59:33 +0100 Subject: [PATCH] Mobile: Removes whitespace above navigation component (#6597) --- packages/app-mobile/root.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/app-mobile/root.tsx b/packages/app-mobile/root.tsx index 5e6d3d226..12bde2ab5 100644 --- a/packages/app-mobile/root.tsx +++ b/packages/app-mobile/root.tsx @@ -872,7 +872,8 @@ class AppComponent extends React.Component { Config: { screen: ConfigScreen }, }; - const statusBarStyle = theme.appearance === 'light' ? 'dark-content' : 'light-content'; + // const statusBarStyle = theme.appearance === 'light-content'; + const statusBarStyle = 'light-content'; return ( @@ -889,7 +890,8 @@ class AppComponent extends React.Component { }} > - + +