chore: Make appbar buttons correct size

This commit is contained in:
krille-chan 2023-08-13 18:23:36 +02:00
commit 419a9f4aff
No known key found for this signature in database
11 changed files with 14 additions and 12 deletions

View file

@ -24,7 +24,7 @@ class NewPrivateChatView extends StatelessWidget {
min(MediaQuery.of(context).size.width - 16, 256).toDouble();
return Scaffold(
appBar: AppBar(
leading: const BackButton(),
leading: const Center(child: BackButton()),
title: Text(L10n.of(context)!.newChat),
backgroundColor: Theme.of(context).scaffoldBackgroundColor,
actions: [