From 2eead2296739bfb06e0fde7979e17ecc93afae15 Mon Sep 17 00:00:00 2001 From: Felix Date: Mon, 15 Jul 2019 14:59:09 +0100 Subject: [PATCH] general ui stuff that's about it really --- lib/pages/home_page.dart | 4 ++-- lib/pages/settings.dart | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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(),