react-native-resource-calendar 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/README.md +27 -29
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1054,7 +1054,8 @@ var EventBlock = React19__default.memo(({
|
|
|
1054
1054
|
fontSize: getTextSize(hourHeight),
|
|
1055
1055
|
pointerEvents: "none",
|
|
1056
1056
|
padding: 0,
|
|
1057
|
-
margin: 0
|
|
1057
|
+
margin: 0,
|
|
1058
|
+
color: "black"
|
|
1058
1059
|
}, resolved?.time],
|
|
1059
1060
|
defaultValue: `${start} - ${end}`
|
|
1060
1061
|
}
|
|
@@ -1173,7 +1174,8 @@ var DraggableEvent = ({
|
|
|
1173
1174
|
fontSize: getTextSize(hourHeight),
|
|
1174
1175
|
pointerEvents: "none",
|
|
1175
1176
|
padding: 0,
|
|
1176
|
-
margin: 0
|
|
1177
|
+
margin: 0,
|
|
1178
|
+
color: "black"
|
|
1177
1179
|
}, resolved?.time],
|
|
1178
1180
|
defaultValue: initialDisplayTime,
|
|
1179
1181
|
animatedProps: animatedTimeProps
|