diff --git a/lib/widgets/user_profile.dart b/lib/widgets/user_profile.dart index 9823b84..141e71a 100644 --- a/lib/widgets/user_profile.dart +++ b/lib/widgets/user_profile.dart @@ -124,8 +124,8 @@ class _UserOverview extends HookWidget { else Container( width: double.infinity, - height: double.infinity, - color: theme.primaryColor, + height: 200, + color: theme.accentColor, ), Container( height: 200,