Skip to content

Commit

Permalink
Update Explore Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ppupha committed Aug 27, 2024
1 parent 61d3024 commit dfa7e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/screen/home/home_navigation_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -561,12 +561,12 @@ class HomeNavigationPageState extends State<HomeNavigationPage>
),
FFNavigationBarItem(
icon: SvgPicture.asset(
'assets/images/controller_icon.svg',
'assets/images/set_icon.svg',
height: iconSize,
colorFilter: selectedColorFilter,
),
unselectedIcon: SvgPicture.asset(
'assets/images/controller_icon.svg',
'assets/images/set_icon.svg',
height: iconSize,
colorFilter: unselectedColorFilter,
),
Expand Down

0 comments on commit dfa7e6a

Please sign in to comment.