From 62c6da3b9f592aad6b34800c02bc36523b946bb2 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 30 Dec 2022 15:11:47 -0600 Subject: Integrate settings into design system and some various fixes/tweaks --- src/view/shell/mobile/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/view/shell/mobile/index.tsx') 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 ( -- cgit 1.4.1