Skip to content

Commit

Permalink
fix(masamune_module): Button size change
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Aug 31, 2022
1 parent e22a3f8 commit d9a1da1
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,9 @@ class EmailLoginAndRegisterModuleLandingPage
borderWidth: 1.6,
borderRadius: 35,
color: buttonColor,
mergin: const EdgeInsets.only(bottom: 4),
padding: const EdgeInsets.symmetric(
vertical: 16),
mergin: const EdgeInsets.only(bottom: 8),
borderColor: buttonColor,
backgroundColor: buttonBackgroundColor,
icon: menu.icon,
Expand Down Expand Up @@ -537,6 +539,7 @@ class EmailLoginAndRegisterModuleLoginPage
borderRadius: 35,
borderWidth: 1.6,
color: buttonColor,
padding: const EdgeInsets.symmetric(vertical: 16),
backgroundColor: buttonBackgroundColor,
borderColor: buttonColor,
icon: Icons.check,
Expand Down Expand Up @@ -836,6 +839,7 @@ class EmailLoginAndRegisterModuleRegisterPage
borderRadius: 35,
borderWidth: 1.6,
color: buttonColor,
padding: const EdgeInsets.symmetric(vertical: 16),
backgroundColor: buttonBackgroundColor,
borderColor: buttonColor,
icon: Icons.check,
Expand Down Expand Up @@ -1064,6 +1068,7 @@ class EmailLoginAndRegisterModulePasswordResetPage
borderRadius: 35,
borderWidth: 1.6,
color: buttonColor,
padding: const EdgeInsets.symmetric(vertical: 16),
backgroundColor: buttonBackgroundColor,
borderColor: buttonColor,
icon: Icons.send,
Expand Down

0 comments on commit d9a1da1

Please sign in to comment.