react-native-resource-calendar 1.0.5 → 1.0.7

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.mjs CHANGED
@@ -646,7 +646,7 @@ function StaffAvatar({
646
646
  top: -6,
647
647
  borderRadius: 999,
648
648
  backgroundColor: "#fff",
649
- padding: 4
649
+ padding: 2
650
650
  }, badgeStyle]
651
651
  },
652
652
  /* @__PURE__ */ React18.createElement(
@@ -668,7 +668,7 @@ function StaffAvatar({
668
668
  width: circleSize,
669
669
  backgroundColor: avatarColor || "#C9E5E8",
670
670
  overflow: "hidden"
671
- } }, !image ? /* @__PURE__ */ React18.createElement(
671
+ } }, image ? /* @__PURE__ */ React18.createElement(
672
672
  Image,
673
673
  {
674
674
  resizeMode: "cover",