layout work

This commit is contained in:
Christien Rioux 2023-09-23 12:56:54 -04:00
parent accd79c82d
commit 95e5306eb3
11 changed files with 657 additions and 216 deletions

View file

@ -19,13 +19,13 @@ class EmptyContactListWidget extends ConsumerWidget {
children: [
Icon(
Icons.person_add_sharp,
color: scale.primaryScale.border,
color: scale.primaryScale.subtleBorder,
size: 48,
),
Text(
translate('contact_list.invite_people'),
style: textTheme.bodyMedium?.copyWith(
color: scale.primaryScale.border,
color: scale.primaryScale.subtleBorder,
),
),
],