feat: New chat design

This commit is contained in:
Krille Fear 2021-11-13 20:37:51 +01:00
commit af1103ee0a
3 changed files with 2 additions and 12 deletions

View file

@ -14,9 +14,7 @@ class NewSpaceView extends StatelessWidget {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
leading: const BackButton(),
title: Text(L10n.of(context).createNewSpace),
elevation: 0,
),
body: MaxWidthBody(
child: Column(