Skip to content

Commit 13c2044

Browse files
committed
app: Apply titleSpacing for ChooseAccountPage's app bar
Signed-off-by: Zixuan James Li <[email protected]>
1 parent 08dee62 commit 13c2044

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/widgets/app.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ class ChooseAccountPage extends StatelessWidget {
279279
final globalStore = GlobalStoreWidget.of(context);
280280
return Scaffold(
281281
appBar: AppBar(
282+
titleSpacing: 16,
282283
title: Text(zulipLocalizations.chooseAccountPageTitle),
283284
actions: const [ChooseAccountPageOverflowButton()]),
284285
body: SafeArea(

lib/widgets/app_bar.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import 'store.dart';
88
class ZulipAppBar extends AppBar {
99
ZulipAppBar({
1010
super.key,
11+
super.titleSpacing,
1112
required super.title,
1213
super.backgroundColor,
1314
super.shape,

0 commit comments

Comments
 (0)