diff --git a/ActionButton.js b/ActionButton.js index ec1b9e3..e41f98d 100644 --- a/ActionButton.js +++ b/ActionButton.js @@ -60,7 +60,7 @@ const ActionButton = props => { const getOffsetXY = () => { return { // paddingHorizontal: props.offsetX, - paddingVertical: props.offsetY + paddingBottom: props.offsetY }; };