fix placeholder banner
This commit is contained in:
parent
4c5df61643
commit
f123d8edd5
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue