button height fix

This commit is contained in:
julian 2023-01-04 13:01:51 -06:00
parent 056cba2672
commit f30c82c748

View file

@ -237,7 +237,7 @@ class _PaynymFollowToggleButtonState
Widget build(BuildContext context) {
return PrimaryButton(
width: isDesktop ? 120 : 84,
buttonHeight: ButtonHeight.l,
buttonHeight: isDesktop ? ButtonHeight.s : ButtonHeight.l,
label: isFollowing ? "Unfollow" : "Follow",
onPressed: () async {
if (!_lock) {