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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -672,7 +672,7 @@ function StaffAvatar({
|
|
|
672
672
|
top: -6,
|
|
673
673
|
borderRadius: 999,
|
|
674
674
|
backgroundColor: "#fff",
|
|
675
|
-
padding:
|
|
675
|
+
padding: 2
|
|
676
676
|
}, badgeStyle]
|
|
677
677
|
},
|
|
678
678
|
/* @__PURE__ */ React18__namespace.createElement(
|
|
@@ -694,7 +694,7 @@ function StaffAvatar({
|
|
|
694
694
|
width: circleSize,
|
|
695
695
|
backgroundColor: avatarColor || "#C9E5E8",
|
|
696
696
|
overflow: "hidden"
|
|
697
|
-
} },
|
|
697
|
+
} }, image ? /* @__PURE__ */ React18__namespace.createElement(
|
|
698
698
|
reactNative.Image,
|
|
699
699
|
{
|
|
700
700
|
resizeMode: "cover",
|