fix SEL-750 system bar content color (#1097)

This commit is contained in:
Aaron DeRuvo
2025-09-25 20:07:38 +02:00
committed by GitHub
parent 7e47824d08
commit cd6d9ce981
2 changed files with 2 additions and 2 deletions

View File

@@ -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}

View File

@@ -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}
>