Skip to content

Commit

Permalink
fix: make ProfileIcon inactive transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinho1011 committed Feb 2, 2024
1 parent 8161dea commit 167b1a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const BottomNavigation = () => {
<ProfileIcon
width={26}
height={26}
fill={isActive ? colors.white : 'tranpsarent'}
fill={isActive ? colors.white : 'rgba(255, 255, 255, 0.0)'}
stroke={isActive ? 'transparent' : colors.white_60}
/>
<Text size={12} color={isActive ? colors.white : inactiveColor}>
Expand Down

0 comments on commit 167b1a9

Please sign in to comment.