feat: New chat design
This commit is contained in:
parent
080942d36c
commit
af1103ee0a
3 changed files with 2 additions and 12 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue