We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08dee62 commit 13c2044Copy full SHA for 13c2044
lib/widgets/app.dart
@@ -279,6 +279,7 @@ class ChooseAccountPage extends StatelessWidget {
279
final globalStore = GlobalStoreWidget.of(context);
280
return Scaffold(
281
appBar: AppBar(
282
+ titleSpacing: 16,
283
title: Text(zulipLocalizations.chooseAccountPageTitle),
284
actions: const [ChooseAccountPageOverflowButton()]),
285
body: SafeArea(
lib/widgets/app_bar.dart
@@ -8,6 +8,7 @@ import 'store.dart';
8
class ZulipAppBar extends AppBar {
9
ZulipAppBar({
10
super.key,
11
+ super.titleSpacing,
12
required super.title,
13
super.backgroundColor,
14
super.shape,
0 commit comments