dhre-ui-kit 0.0.209 → 0.0.210

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
@@ -2805,6 +2805,7 @@ const DateRangePicker = (props) => {
2805
2805
  };
2806
2806
  markedDates[startDate] = {
2807
2807
  startingDay: true,
2808
+ color: theme.SUCCESS,
2808
2809
  textColor: theme.CONTENT_INVERTED,
2809
2810
  customContainerStyle: mode === "dark" ? { backgroundColor: theme.SURFACE_INVERTED } : {
2810
2811
  borderWidth: moderateScale(2),