chore: Make appbar buttons correct size
This commit is contained in:
parent
e229a0450f
commit
419a9f4aff
11 changed files with 14 additions and 12 deletions
|
|
@ -344,7 +344,7 @@ class KeyVerificationPageState extends State<KeyVerificationDialog> {
|
|||
}
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
leading: const CloseButton(),
|
||||
leading: const Center(child: CloseButton()),
|
||||
title: title,
|
||||
),
|
||||
body: ListView(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue