diff options
Diffstat (limited to 'src/view/shell/mobile/index.tsx')
-rw-r--r-- | src/view/shell/mobile/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx index 8d589997c..7b96c87ba 100644 --- a/src/view/shell/mobile/index.tsx +++ b/src/view/shell/mobile/index.tsx @@ -346,7 +346,7 @@ export const MobileShell: React.FC = observer(() => { const isAtNotifications = store.nav.tab.current.url === '/notifications' const screenBg = { - backgroundColor: theme.colorScheme === 'dark' ? colors.black : colors.gray1, + backgroundColor: theme.colorScheme === 'dark' ? colors.gray7 : colors.gray1, } return ( <View style={styles.outerContainer}> |