@wlloyalty/wll-react-sdk 1.0.20 → 1.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -18953,8 +18953,7 @@ var BaseTileContent = function (_a) {
18953
18953
  if (isHalfSize && artworkUrl) return null;
18954
18954
  return /*#__PURE__*/React.createElement(View$2, {
18955
18955
  style: [styles$d.content, isHalfSize && {
18956
- justifyContent: 'center',
18957
- padding: 16
18956
+ justifyContent: 'center'
18958
18957
  }]
18959
18958
  }, children);
18960
18959
  };