submit receipt ui updated
This commit is contained in:
parent
a3a52ebe4a
commit
5af5955f09
1 changed files with 2 additions and 2 deletions
|
@ -202,7 +202,7 @@ class ReceiptPageState extends State<ReceiptPage> {
|
||||||
"Submit Receipt",
|
"Submit Receipt",
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 20,
|
fontSize: 20,
|
||||||
color: Colors.black,
|
color: Colors.white,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
// leading: BackButton(),
|
// leading: BackButton(),
|
||||||
|
@ -444,7 +444,7 @@ class ReceiptPageState extends State<ReceiptPage> {
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
submitReceipt(_amountController.text, _timeController.text, _orgController.text);
|
submitReceipt(_amountController.text, _timeController.text, _orgController.text);
|
||||||
},
|
},
|
||||||
child: Text("SUBMIT",
|
child: Text("GO",
|
||||||
style:
|
style:
|
||||||
TextStyle(color: Colors.white, fontSize: 22.0)),
|
TextStyle(color: Colors.white, fontSize: 22.0)),
|
||||||
color: Colors.blue,
|
color: Colors.blue,
|
||||||
|
|
Reference in a new issue