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