dhre-ui-kit 0.0.334 → 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.mjs CHANGED
@@ -2951,7 +2951,7 @@ const DateRangePicker = (props) => {
2951
2951
  calendarBackground: "transparent",
2952
2952
  arrowColor: theme.CONTENT_PRIMARY,
2953
2953
  monthTextColor: theme.CONTENT_PRIMARY,
2954
- dayTextColor: theme.CONTENT_SECONDRY,
2954
+ dayTextColor: "red",
2955
2955
  todayTextColor: theme.SUCCESS,
2956
2956
  textDisabledColor: theme.CONTENT_DISABLE
2957
2957
  },