diff --git a/lib/profile_screen_custom.dart b/lib/profile_screen_custom.dart index 3cf9ffd..fe29e7b 100644 --- a/lib/profile_screen_custom.dart +++ b/lib/profile_screen_custom.dart @@ -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, ),