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'),
),
BottomNavigationBarItem(
icon: Icon(Icons.settings),
title: Text('Settings'),
icon: Icon(Icons.more_horiz),
title: Text('More'),
),
],
currentIndex: _selectedIndex,

View File

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