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