general ui stuff

that's about it really
This commit is contained in:
Felix 2019-07-15 14:59:09 +01:00
parent 5af5955f09
commit 2eead22967
2 changed files with 4 additions and 4 deletions

View file

@ -49,8 +49,8 @@ class _HomePageState extends State<HomePageWidget> {
title: Text('Submit Receipt'), title: Text('Submit Receipt'),
), ),
BottomNavigationBarItem( BottomNavigationBarItem(
icon: Icon(Icons.settings), icon: Icon(Icons.more_horiz),
title: Text('Settings'), title: Text('More'),
), ),
], ],
currentIndex: _selectedIndex, currentIndex: _selectedIndex,

View file

@ -60,10 +60,10 @@ class SettingsPageState extends State<SettingsPage> {
appBar: AppBar( appBar: AppBar(
backgroundColor: Colors.blue[400], backgroundColor: Colors.blue[400],
title: Text( title: Text(
"Settings", "More",
style: TextStyle( style: TextStyle(
fontSize: 20, fontSize: 20,
color: Colors.black, color: Colors.white,
), ),
), ),
// leading: BackButton(), // leading: BackButton(),