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",
|
||||
style: TextStyle(
|
||||
fontSize: 20,
|
||||
color: Colors.black,
|
||||
color: Colors.white,
|
||||
),
|
||||
),
|
||||
// leading: BackButton(),
|
||||
|
@ -444,7 +444,7 @@ class ReceiptPageState extends State<ReceiptPage> {
|
|||
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,
|
||||
|
|
Reference in a new issue