dhre-ui-kit 0.0.335 → 0.0.336

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/lib/index.js CHANGED
@@ -2987,7 +2987,7 @@ const DateRangePicker = (props) => {
2987
2987
  calendarBackground: "transparent",
2988
2988
  arrowColor: theme.CONTENT_PRIMARY,
2989
2989
  monthTextColor: theme.CONTENT_PRIMARY,
2990
- dayTextColor: theme.CONTENT_SECONDRY,
2990
+ dayTextColor: "red",
2991
2991
  todayTextColor: theme.SUCCESS,
2992
2992
  textDisabledColor: theme.CONTENT_DISABLE
2993
2993
  },