Skip to content

Commit

Permalink
Fix: #289 - 'Agree and Finish' button text padding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lijogeorgep authored and josmilan committed Feb 29, 2024
1 parent 103b080 commit 1731f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/modules/register/views/register_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ class RegisterView extends BaseView<RegisterController> {
_registerController.registerUser();
},
child: Padding(
padding: const EdgeInsets.symmetric(horizontal: 10, vertical: 12.5),
padding: const EdgeInsets.symmetric(horizontal: 10),
child: Text(
appLocalization.registerAgreeFinish,
style: const TextStyle(fontSize: 16, color: Colors.white),
Expand Down

0 comments on commit 1731f92

Please sign in to comment.