design: iOS related adjustments for onboarding

This commit is contained in:
Krille 2023-08-09 18:44:43 +02:00
commit 73c38a52bc
No known key found for this signature in database
2 changed files with 5 additions and 3 deletions

View file

@ -143,7 +143,10 @@ class HomeserverPickerView extends StatelessWidget {
const EdgeInsets.symmetric(vertical: 12),
),
onPressed: controller.restoreBackup,
child: Text(L10n.of(context)!.hydrate),
child: Text(
L10n.of(context)!.hydrate,
textAlign: TextAlign.center,
),
),
),
),