design: iOS related adjustments for onboarding
This commit is contained in:
parent
cb9d731b80
commit
73c38a52bc
2 changed files with 5 additions and 3 deletions
|
|
@ -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,
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue