Fixed mobile layout
This commit is contained in:
@@ -23,7 +23,7 @@ class TransactionsActions extends StatelessWidget {
|
||||
),
|
||||
FilledButton.icon(
|
||||
onPressed: () => TransactionAddDialog.show(context, null),
|
||||
label: const Text('Add transaction'),
|
||||
label: const Text('Add'),
|
||||
icon: const Icon(
|
||||
Icons.add
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user