From f30c82c748cffc9fffe83a9441ca8f3246a6e4a3 Mon Sep 17 00:00:00 2001 From: julian Date: Wed, 4 Jan 2023 13:01:51 -0600 Subject: [PATCH] button height fix --- lib/widgets/custom_buttons/paynym_follow_toggle_button.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {