submit receipt ui updated

This commit is contained in:
Felix 2019-07-15 14:55:10 +01:00
parent a3a52ebe4a
commit 5af5955f09

View file

@ -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,