Visually unify the home header with other screens

This commit is contained in:
Paul Frazee 2023-05-25 17:09:23 -05:00
parent cc6ead42d0
commit bf056cf622
5 changed files with 10 additions and 6 deletions

View file

@ -23,7 +23,7 @@ import {useAnalytics} from 'lib/analytics'
import {ComposeIcon2} from 'lib/icons'
import {isDesktopWeb} from 'platform/detection'
const HEADER_OFFSET = isDesktopWeb ? 50 : 64
const HEADER_OFFSET = isDesktopWeb ? 50 : 78
const POLL_FREQ = 30e3 // 30sec
type Props = NativeStackScreenProps<HomeTabNavigatorParams, 'Home'>