design: Nicer first loading design

This commit is contained in:
Christian Pauly 2021-06-20 12:57:46 +02:00
commit ac3d424d08
5 changed files with 23 additions and 4 deletions

View file

@ -40,7 +40,7 @@ class NewGroupView extends StatelessWidget {
onChanged: controller.setPublicGroup,
),
Expanded(
child: Image.asset('assets/new_group_wallpaper.png'),
child: Image.asset('assets/private_chat_wallpaper.png'),
),
],
),