From 5af5955f09696fd80cf2bf116bf6367a8bfb0a9f Mon Sep 17 00:00:00 2001 From: Felix Date: Mon, 15 Jul 2019 14:55:10 +0100 Subject: [PATCH] submit receipt ui updated --- lib/pages/receipt_page.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/receipt_page.dart b/lib/pages/receipt_page.dart index 1c24bf3..d230682 100644 --- a/lib/pages/receipt_page.dart +++ b/lib/pages/receipt_page.dart @@ -202,7 +202,7 @@ class ReceiptPageState extends State { "Submit Receipt", style: TextStyle( fontSize: 20, - color: Colors.black, + color: Colors.white, ), ), // leading: BackButton(), @@ -444,7 +444,7 @@ class ReceiptPageState extends State { onPressed: () { submitReceipt(_amountController.text, _timeController.text, _orgController.text); }, - child: Text("SUBMIT", + child: Text("GO", style: TextStyle(color: Colors.white, fontSize: 22.0)), color: Colors.blue,