chore: Follow up avatars
This commit is contained in:
parent
152fcc0d95
commit
7fef3a69d8
1 changed files with 3 additions and 2 deletions
|
|
@ -55,7 +55,8 @@ class Avatar extends StatelessWidget {
|
||||||
fallbackLetters,
|
fallbackLetters,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: Colors.white,
|
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(
|
placeholder: (_) => Center(
|
||||||
child: Icon(
|
child: Icon(
|
||||||
Icons.person_2,
|
Icons.person_2,
|
||||||
color: textColor,
|
color: Theme.of(context).colorScheme.tertiary,
|
||||||
size: size / 1.5,
|
size: size / 1.5,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue