pfp color red

This commit is contained in:
2023-02-25 21:13:53 -05:00
parent 74daba986e
commit c61a30cbf5

View File

@@ -225,7 +225,7 @@ class ProfileScreenCustom extends MultiProviderScreen {
Align(
child: UserAvatar(
auth: auth,
placeholderColor: avatarPlaceholderColor,
placeholderColor: Theme.of(context).colorScheme.primary,
shape: avatarShape,
size: avatarSize,
),