chore: Follow up create group
This commit is contained in:
parent
358e66e612
commit
9c6db3de42
2 changed files with 9 additions and 6 deletions
|
|
@ -29,7 +29,7 @@ class NewPrivateChatView extends StatelessWidget {
|
|||
min(MediaQuery.of(context).size.width - 16, 256).toDouble();
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
scrolledUnderElevation: Theme.of(context).appBarTheme.elevation,
|
||||
scrolledUnderElevation: 0,
|
||||
leading: const Center(child: BackButton()),
|
||||
title: Text(L10n.of(context)!.newChat),
|
||||
backgroundColor: Theme.of(context).scaffoldBackgroundColor,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue