dhre-ui-kit 0.0.150 → 0.0.151

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
@@ -2753,7 +2753,7 @@ const DateRangePicker = (props) => {
2753
2753
  markedDates[startDate] = {
2754
2754
  startingDay: true,
2755
2755
  color: theme.SUCCESS,
2756
- textColor: theme.CONTENT_PRIMARY,
2756
+ textColor: theme.CONTENT_INVERTED,
2757
2757
  customContainerStyle: { backgroundColor: theme.SURFACE_INVERTED }
2758
2758
  };
2759
2759
  }
@@ -2761,7 +2761,7 @@ const DateRangePicker = (props) => {
2761
2761
  markedDates[endDate] = {
2762
2762
  endingDay: true,
2763
2763
  color: theme.SUCCESS,
2764
- textColor: theme.CONTENT_PRIMARY,
2764
+ textColor: theme.CONTENT_INVERTED,
2765
2765
  customContainerStyle: { backgroundColor: theme.SURFACE_INVERTED }
2766
2766
  };
2767
2767
  }