diff options
Diffstat (limited to 'src/view/shell/bottom-bar/BottomBar.tsx')
-rw-r--r-- | src/view/shell/bottom-bar/BottomBar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/bottom-bar/BottomBar.tsx b/src/view/shell/bottom-bar/BottomBar.tsx index 926e08ce6..1ab3334fa 100644 --- a/src/view/shell/bottom-bar/BottomBar.tsx +++ b/src/view/shell/bottom-bar/BottomBar.tsx @@ -265,7 +265,7 @@ export function BottomBar({navigation}: BottomTabBarProps) { <View style={{flexDirection: 'row', alignItems: 'center', gap: 8}}> <Logo width={28} /> <View style={{paddingTop: 4}}> - <Logotype width={80} /> + <Logotype width={80} fill={pal.text.color} /> </View> </View> |