Mobile: Fix light bar shown above header in dark mode (#13132)

This commit is contained in:
Henry Heino
2025-09-08 10:55:15 +01:00
committed by GitHub
parent e884da8312
commit 4eb8777ed0
@@ -114,7 +114,7 @@ class ScreenHeaderComponent extends PureComponent<ScreenHeaderProps, ScreenHeade
// A small border above the header: Covers the part of the shadow that would otherwise
// be shown above the header on Android.
aboveHeader: {
backgroundColor: '#323640',
backgroundColor: theme.backgroundColor2,
paddingBottom: 6,
marginTop: -6,
zIndex: 2,