Transactions

This commit is contained in:
Hillel Coren 2022-09-21 21:33:59 +03:00
parent 9fc14d8d33
commit 26e219ce2b
2 changed files with 2 additions and 2 deletions

View File

@ -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),
),
),

View File

@ -215,7 +215,7 @@ class _MatchDepositsState extends State<_MatchDeposits> {
Padding(
padding: const EdgeInsets.only(
left: 20,
bottom: 16,
bottom: 18,
right: 20,
),
child: AppButton(