Skip to content

Commit

Permalink
Text size change
Browse files Browse the repository at this point in the history
  • Loading branch information
yekta committed Mar 5, 2024
1 parent 098b441 commit ce5ce81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ui/accounts/import_external_account_sheet.dart
Expand Up @@ -192,7 +192,7 @@ class _ImportExternalAccountSheetState
: AppLocalization.of(context).secretPhrase,
style: TextStyle(
color: StateContainer.of(context).curTheme.text,
fontSize: 24.0,
fontSize: 22.0,
fontFamily: 'NunitoSans',
fontWeight: FontWeight.w700,
),
Expand Down Expand Up @@ -534,7 +534,7 @@ class _ImportExternalAccountSheetState
AppLocalization.of(context).accountIndexTitle,
style: TextStyle(
color: StateContainer.of(context).curTheme.text,
fontSize: 24.0,
fontSize: 22.0,
fontFamily: 'NunitoSans',
fontWeight: FontWeight.w700,
),
Expand Down

0 comments on commit ce5ce81

Please sign in to comment.