gantt-task-react-powern 0.4.36 → 0.4.38

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.
@@ -925,7 +925,7 @@ var Calendar = function Calendar(_ref) {
925
925
  key: date.getTime(),
926
926
  y: headerHeight * 0.8,
927
927
  x: columnWidth * i + columnWidth * 0.5,
928
- className: styles$5.calendarBottomText
928
+ className: styles$5.calendarTopText + " " + styles$5.textAnchorMiddle
929
929
  }, bottomValue));
930
930
 
931
931
  if (i + 1 !== dates.length && date.getMonth() !== dates[i + 1].getMonth()) {
@@ -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