Skip to content

Commit

Permalink
fix: Change Module button size.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Sep 4, 2022
1 parent b048f76 commit 6c1c78f
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@ class EmailLoginAndRegisterModuleLandingPage
borderRadius: 35,
color: buttonColor,
padding: const EdgeInsets.symmetric(
vertical: 16),
vertical: 12,
),
mergin: const EdgeInsets.only(bottom: 8),
borderColor: buttonColor,
backgroundColor: buttonBackgroundColor,
Expand Down Expand Up @@ -539,7 +540,7 @@ class EmailLoginAndRegisterModuleLoginPage
borderRadius: 35,
borderWidth: 1.6,
color: buttonColor,
padding: const EdgeInsets.symmetric(vertical: 16),
padding: const EdgeInsets.symmetric(vertical: 12),
backgroundColor: buttonBackgroundColor,
borderColor: buttonColor,
icon: Icons.check,
Expand Down Expand Up @@ -839,7 +840,7 @@ class EmailLoginAndRegisterModuleRegisterPage
borderRadius: 35,
borderWidth: 1.6,
color: buttonColor,
padding: const EdgeInsets.symmetric(vertical: 16),
padding: const EdgeInsets.symmetric(vertical: 12),
backgroundColor: buttonBackgroundColor,
borderColor: buttonColor,
icon: Icons.check,
Expand Down Expand Up @@ -1068,7 +1069,7 @@ class EmailLoginAndRegisterModulePasswordResetPage
borderRadius: 35,
borderWidth: 1.6,
color: buttonColor,
padding: const EdgeInsets.symmetric(vertical: 16),
padding: const EdgeInsets.symmetric(vertical: 12),
backgroundColor: buttonBackgroundColor,
borderColor: buttonColor,
icon: Icons.send,
Expand Down

0 comments on commit 6c1c78f

Please sign in to comment.