Skip to content

Commit

Permalink
fix one more icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmydel committed Jan 2, 2024
1 parent 4ea1be5 commit 987ae7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function BottomTabBar() {
>
<Icon
src={Expensicons.ChatBubble}
fill={currentTabName === SCREENS.HOME ? theme.iconMenu : undefined}
fill={currentTabName === SCREENS.HOME ? theme.iconMenu : theme.icon}
/>
</PressableWithFeedback>
</Tooltip>
Expand Down

0 comments on commit 987ae7c

Please sign in to comment.