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