@cloudtower/eagle 0.33.39 → 0.33.41

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.
@@ -265,7 +265,7 @@ const Month = (props) => {
265
265
  minDate,
266
266
  maxDate,
267
267
  maxRange,
268
- highlightDay: highlightDay || controlHighlightDay || [],
268
+ highlightDay: controlHighlightDay || highlightDay || [],
269
269
  parentElement: monthContainerRef,
270
270
  onRangeChange,
271
271
  onMouseEnter: handleMouseEnterDate