diff --git a/lib/pangea/common/widgets/pressable_button.dart b/lib/pangea/common/widgets/pressable_button.dart index 2b6eddd83..dc0aaf475 100644 --- a/lib/pangea/common/widgets/pressable_button.dart +++ b/lib/pangea/common/widgets/pressable_button.dart @@ -172,17 +172,12 @@ class PressableButtonState extends State bottom: !_depressed ? widget.buttonHeight - _tweenAnimation.value : 0, - right: !_depressed - ? (widget.buttonHeight - _tweenAnimation.value) / - 2 - : 0, ), child: child, ), ], ), ), - SizedBox(height: _tweenAnimation.value / 2), ], ); },