diff --git a/shoppifront/lib/core/base/base_state.dart b/shoppifront/lib/core/base/base_state.dart index 79f6685..436988e 100644 --- a/shoppifront/lib/core/base/base_state.dart +++ b/shoppifront/lib/core/base/base_state.dart @@ -10,5 +10,5 @@ abstract class BaseState extends State { EdgeInsets insetHorizontal(double val) => EdgeInsets.symmetric(horizontal: dynamicHeight(val)); EdgeInsets insetVertical(double val) => - EdgeInsets.symmetric(horizontal: dynamicHeight(val)); + EdgeInsets.symmetric(vertical: dynamicHeight(val)); }