@wlloyalty/wll-react-sdk 1.2.0 → 1.2.1

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/native.js CHANGED
@@ -3592,15 +3592,16 @@ var useContentTileStyles = function (hasArtwork) {
3592
3592
  imageContainer: {
3593
3593
  width: '100%',
3594
3594
  marginBottom: 0,
3595
+ overflow: 'hidden',
3595
3596
  },
3596
3597
  image: {
3597
3598
  position: 'absolute',
3598
- top: 0,
3599
- left: 0,
3600
- bottom: 0,
3601
- right: 0,
3602
- width: '100%',
3603
- height: '100%',
3599
+ top: -1,
3600
+ left: -1,
3601
+ bottom: -1,
3602
+ right: -1,
3603
+ width: '102%',
3604
+ height: '102%',
3604
3605
  resizeMode: 'cover',
3605
3606
  },
3606
3607
  content: {