Skip to content

Commit

Permalink
changing padding of af login button
Browse files Browse the repository at this point in the history
  • Loading branch information
DGoiana committed Sep 27, 2024
1 parent 139723e commit a3fa5d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/uni_app/lib/view/login/widgets/inputs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Widget createAFLogInButton(
) {
return ElevatedButton(
style: ElevatedButton.styleFrom(
padding: const EdgeInsets.all(7),
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(25),
),
Expand Down

0 comments on commit a3fa5d3

Please sign in to comment.