chore: Follow up avatars

This commit is contained in:
Krille 2024-07-19 15:30:04 +02:00
parent 152fcc0d95
commit 7fef3a69d8
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -55,7 +55,8 @@ class Avatar extends StatelessWidget {
fallbackLetters,
style: TextStyle(
color: Colors.white,
fontSize: (size / 2.5).roundToDouble(),
fontWeight: FontWeight.bold,
fontSize: (size / 3).roundToDouble(),
),
),
);
@ -85,7 +86,7 @@ class Avatar extends StatelessWidget {
placeholder: (_) => Center(
child: Icon(
Icons.person_2,
color: textColor,
color: Theme.of(context).colorScheme.tertiary,
size: size / 1.5,
),
),