Skip to content

Commit

Permalink
chore(error): increase padding on error message to be able to read it
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat committed May 13, 2024
1 parent c25efd9 commit 2c76816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/error_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class _ErrorScreenState extends CustomWidgetState<ErrorScreen> {
Flexible(
flex: 1,
child: Padding(
padding: const EdgeInsets.all(8.0),
padding: const EdgeInsets.only(bottom: 100.0),
child: Text(
'${AppLocalizations.of(context)!.errorScreenContentTechnical_Info} : ${widget.errorMessage}',
textAlign: TextAlign.center,
Expand Down

0 comments on commit 2c76816

Please sign in to comment.