Transactions
This commit is contained in:
parent
7b37c1aebd
commit
ada4749ebd
|
|
@ -47,14 +47,6 @@ class _TransactionViewState extends State<TransactionView> {
|
||||||
secondValue: formatDate(transaction.date, context),
|
secondValue: formatDate(transaction.date, context),
|
||||||
),
|
),
|
||||||
ListDivider(),
|
ListDivider(),
|
||||||
Padding(
|
|
||||||
padding: EdgeInsets.symmetric(horizontal: 20, vertical: 10),
|
|
||||||
child: Text(
|
|
||||||
transaction.description,
|
|
||||||
style: TextStyle(fontSize: 16),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
ListDivider(),
|
|
||||||
Expanded(
|
Expanded(
|
||||||
child: _MatchInvoices(
|
child: _MatchInvoices(
|
||||||
viewModel: viewModel,
|
viewModel: viewModel,
|
||||||
|
|
@ -128,7 +120,7 @@ class __MatchInvoicesState extends State<_MatchInvoices> {
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding:
|
padding:
|
||||||
const EdgeInsets.symmetric(horizontal: 18, vertical: 10),
|
const EdgeInsets.symmetric(horizontal: 18, vertical: 12),
|
||||||
child: SearchText(
|
child: SearchText(
|
||||||
filterController: _filterController,
|
filterController: _filterController,
|
||||||
focusNode: _focusNode,
|
focusNode: _focusNode,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue