consistency in ui

This commit is contained in:
Felix 2019-08-20 14:06:39 +01:00
parent d7bcb29eda
commit 49038e9adc
1 changed files with 4 additions and 0 deletions

View File

@ -443,6 +443,10 @@ class ReceiptPage2State extends State<ReceiptPage2> {
height: 40.0,
width: MediaQuery.of(context).size.width * 0.6,
child: TextField(
style: TextStyle(
fontSize: 20,
),
textAlign: TextAlign.center,
controller: transaction.amount,
decoration: InputDecoration(
hintText: "0.00"