Redesign contact import screen

This commit is contained in:
Janez T
2026-03-15 21:02:17 +01:00
parent 2bb5b353bd
commit a55cfffa59
2 changed files with 216 additions and 89 deletions

View File

@@ -675,7 +675,7 @@ class _ContactsTabState extends State<ContactsTab> {
child: OutlinedButton.icon(
onPressed: () => _openAddContactScreen(context),
icon: const Icon(Icons.person_add_alt_1_outlined),
label: const Text('Add Contact'),
label: const Text('Import Contact'),
),
),
],
@@ -887,7 +887,7 @@ class _ContactsTabState extends State<ContactsTab> {
child: OutlinedButton.icon(
onPressed: () => _openAddContactScreen(context),
icon: const Icon(Icons.person_add_alt_1_outlined),
label: const Text('Add Contact'),
label: const Text('Import Contact'),
style: OutlinedButton.styleFrom(
padding: const EdgeInsets.symmetric(
horizontal: 24,