diff --git a/lib/widgets/custom_buttons/paynym_follow_toggle_button.dart b/lib/widgets/custom_buttons/paynym_follow_toggle_button.dart index 3ac4db4b3..e2a00d314 100644 --- a/lib/widgets/custom_buttons/paynym_follow_toggle_button.dart +++ b/lib/widgets/custom_buttons/paynym_follow_toggle_button.dart @@ -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) {