fix placeholder banner

This commit is contained in:
shilangyu 2020-10-01 15:55:22 +02:00
parent 4c5df61643
commit f123d8edd5
1 changed files with 2 additions and 2 deletions

View File

@ -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,