import px from '../utils/px';

const HIT_SLOP = {
  small: {top: px(10), bottom: px(10), left: px(10), right: px(10)},
  medium: {top: px(20), bottom: px(20), left: px(20), right: px(20)},
  large: {top: px(30), bottom: px(30), left: px(30), right: px(30)},
};

export default HIT_SLOP;
