@swipefindercom/finder-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.
@@ -24760,8 +24760,8 @@ const HandIcon = ({ size = 80, src, alt, label, color: color2, opacity, vertical
24760
24760
  width: "100%",
24761
24761
  height: "100%",
24762
24762
  backgroundColor: color2,
24763
- WebkitMaskImage: `url(${src})`,
24764
- maskImage: `url(${src})`,
24763
+ WebkitMaskImage: `url("${src}")`,
24764
+ maskImage: `url("${src}")`,
24765
24765
  WebkitMaskRepeat: "no-repeat",
24766
24766
  maskRepeat: "no-repeat",
24767
24767
  WebkitMaskPosition: "center",