From f123d8edd51ab56b5f65eb3aabb3904502cf94cc Mon Sep 17 00:00:00 2001 From: shilangyu Date: Thu, 1 Oct 2020 15:55:22 +0200 Subject: [PATCH] fix placeholder banner --- lib/widgets/user_profile.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,