mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-26 10:33:15 +03:00
Change text style in delete account dialog.
This commit is contained in:
parent
2fefb997fe
commit
6d938dba91
@ -64,10 +64,15 @@ class DeleteAccountDialog extends ConsumerWidget {
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Text(l10n.p_warning_delete_account),
|
||||
Text(
|
||||
l10n.p_warning_delete_account,
|
||||
style: Theme.of(context)
|
||||
.textTheme
|
||||
.bodyMedium
|
||||
?.copyWith(fontWeight: FontWeight.w700),
|
||||
),
|
||||
Text(
|
||||
l10n.p_warning_disable_credential,
|
||||
style: Theme.of(context).textTheme.bodyLarge,
|
||||
),
|
||||
Text(l10n.l_account(getTextName(credential))),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user