Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
fix: BottomNavyBar color
Browse files Browse the repository at this point in the history
  • Loading branch information
CCXXXI committed Oct 2, 2021
1 parent e79d718 commit 30e6ce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/home/home_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ class HomePage extends StatelessWidget {
BottomNavyBarItem(
title: labelIcon.label,
icon: labelIcon.icon,
activeColor: Colors.white,
),
],
);
Expand Down

0 comments on commit 30e6ce5

Please sign in to comment.