diff --git a/lib/pages/home_page.dart b/lib/pages/home_page.dart index 18faacf..d3547f4 100644 --- a/lib/pages/home_page.dart +++ b/lib/pages/home_page.dart @@ -49,8 +49,8 @@ class _HomePageState extends State { title: Text('Submit Receipt'), ), BottomNavigationBarItem( - icon: Icon(Icons.settings), - title: Text('Settings'), + icon: Icon(Icons.more_horiz), + title: Text('More'), ), ], currentIndex: _selectedIndex, diff --git a/lib/pages/settings.dart b/lib/pages/settings.dart index ebde997..a77d3b4 100644 --- a/lib/pages/settings.dart +++ b/lib/pages/settings.dart @@ -60,10 +60,10 @@ class SettingsPageState extends State { appBar: AppBar( backgroundColor: Colors.blue[400], title: Text( - "Settings", + "More", style: TextStyle( fontSize: 20, - color: Colors.black, + color: Colors.white, ), ), // leading: BackButton(),