We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7659479 commit 21e496bCopy full SHA for 21e496b
lib/widgets/home.dart
@@ -212,7 +212,8 @@ class _LoadingPlaceholderPageState extends State<_LoadingPlaceholderPage> {
212
child: Column(
213
children: [
214
const SizedBox(height: 16),
215
- Text(zulipLocalizations.tryAnotherAccountMessage(account.realmUrl.toString())),
+ Text(textAlign: TextAlign.center,
216
+ zulipLocalizations.tryAnotherAccountMessage(account.realmUrl.toString())),
217
const SizedBox(height: 8),
218
ElevatedButton(
219
onPressed: () => Navigator.push(context,
0 commit comments