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,