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.js CHANGED
@@ -2839,6 +2839,7 @@ const DateRangePicker = (props) => {
2839
2839
  };
2840
2840
  markedDates[startDate] = {
2841
2841
  startingDay: true,
2842
+ color: theme.SUCCESS,
2842
2843
  textColor: theme.CONTENT_INVERTED,
2843
2844
  customContainerStyle: mode === "dark" ? { backgroundColor: theme.SURFACE_INVERTED } : {
2844
2845
  borderWidth: moderateScale(2),