mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
fix SEL-750 system bar content color (#1097)
This commit is contained in:
@@ -72,7 +72,7 @@ export const HomeNavBar = (props: NativeStackHeaderProps) => {
|
||||
return (
|
||||
<NavBar.Container
|
||||
backgroundColor={slate50}
|
||||
barStyle={'light'}
|
||||
barStyle={'dark'}
|
||||
padding={8}
|
||||
justifyContent="space-between"
|
||||
paddingTop={Math.max(insets.top, 15) + extraYPadding}
|
||||
|
||||
@@ -19,7 +19,7 @@ export const IdDetailsNavBar = (props: NativeStackHeaderProps) => {
|
||||
return (
|
||||
<NavBar.Container
|
||||
backgroundColor={slate50}
|
||||
barStyle={'light'}
|
||||
barStyle={'dark'}
|
||||
justifyContent="space-between"
|
||||
paddingTop={Math.max(insets.top, 15) + extraYPadding}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user