diff options
Diffstat (limited to 'src/view/shell/bottom-bar')
-rw-r--r-- | src/view/shell/bottom-bar/BottomBar.tsx | 2 | ||||
-rw-r--r-- | src/view/shell/bottom-bar/BottomBarWeb.tsx | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/src/view/shell/bottom-bar/BottomBarWeb.tsx b/src/view/shell/bottom-bar/BottomBarWeb.tsx index 5ae657508..c5dc376b7 100644 --- a/src/view/shell/bottom-bar/BottomBarWeb.tsx +++ b/src/view/shell/bottom-bar/BottomBarWeb.tsx @@ -157,7 +157,7 @@ export function BottomBarWeb() { <View style={{flexDirection: 'row', alignItems: 'center', gap: 12}}> <Logo width={32} /> <View style={{paddingTop: 4}}> - <Logotype width={80} /> + <Logotype width={80} fill={pal.text.color} /> </View> </View> |