Integrate settings into design system and some various fixes/tweaks
This commit is contained in:
parent
d952c550ea
commit
62c6da3b9f
3 changed files with 12 additions and 9 deletions
|
|
@ -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}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue