Skip to content

Commit

Permalink
default commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdul committed Feb 8, 2024
1 parent fb006aa commit 50fc7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/homePage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class _HomePageState extends State<HomePage> {
bottomNavigationBar: CurvedNavigationBar(
items: items,
backgroundColor: Colors.transparent,
color: Colors.white,
color: Colors.blue,
height: 60,
index: index,
onTap: (index) => setState(() {
Expand Down

0 comments on commit 50fc7ac

Please sign in to comment.