chore: Make appbar buttons correct size
This commit is contained in:
parent
e229a0450f
commit
419a9f4aff
11 changed files with 14 additions and 12 deletions
|
|
@ -22,8 +22,10 @@ class SettingsView extends StatelessWidget {
|
|||
final showChatBackupBanner = controller.showChatBackupBanner;
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
leading: CloseButton(
|
||||
onPressed: () => context.go('/rooms'),
|
||||
leading: Center(
|
||||
child: CloseButton(
|
||||
onPressed: () => context.go('/rooms'),
|
||||
),
|
||||
),
|
||||
title: Text(L10n.of(context)!.settings),
|
||||
actions: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue