general ui stuff
that's about it really
This commit is contained in:
parent
5af5955f09
commit
2eead22967
2 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||||
|
|
|
@ -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(),
|
||||||
|
|
Reference in a new issue