gantt-task-react-powern 0.4.36 → 0.4.37

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.
@@ -961,7 +961,7 @@ var Calendar = function Calendar(_ref) {
961
961
  key: date.getTime(),
962
962
  y: headerHeight * 0.8,
963
963
  x: columnWidth * (i + +rtl),
964
- className: styles$5.calendarBottomText,
964
+ className: styles$5.calendarTopText + " " + styles$5.textAnchorMiddle,
965
965
  fontFamily: fontFamily
966
966
  }, bottomValue));
967
967