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