Skip to content

Commit

Permalink
support dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Needham committed Sep 19, 2023
1 parent d91c7ae commit e7233b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/navigation/navigationContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ export const NavigationWrapper = () => {
onPress={() => {
nav.navigate('Birdseye');
}}
color="#000"
fill={tintColor}
fillSecondary={tintColor}
/>
);
},
Expand Down

0 comments on commit e7233b8

Please sign in to comment.