Transactions
This commit is contained in:
parent
9fc14d8d33
commit
26e219ce2b
|
|
@ -92,7 +92,7 @@ class ListScaffold extends StatelessWidget {
|
||||||
},
|
},
|
||||||
child: IconText(
|
child: IconText(
|
||||||
text: createLabel ?? localization.create,
|
text: createLabel ?? localization.create,
|
||||||
icon: Icons.add_circle_outline,
|
icon: Icons.add,
|
||||||
style: TextStyle(color: Colors.white),
|
style: TextStyle(color: Colors.white),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
|
|
@ -215,7 +215,7 @@ class _MatchDepositsState extends State<_MatchDeposits> {
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.only(
|
padding: const EdgeInsets.only(
|
||||||
left: 20,
|
left: 20,
|
||||||
bottom: 16,
|
bottom: 18,
|
||||||
right: 20,
|
right: 20,
|
||||||
),
|
),
|
||||||
child: AppButton(
|
child: AppButton(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue