dhre-ui-kit 0.0.151 → 0.0.152

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
@@ -2779,7 +2779,8 @@ const DateRangePicker = (props) => {
2779
2779
  arrowColor: theme.CONTENT_PRIMARY,
2780
2780
  monthTextColor: theme.CONTENT_PRIMARY,
2781
2781
  dayTextColor: theme.CONTENT_SECONDRY,
2782
- todayTextColor: theme.SUCCESS
2782
+ todayTextColor: theme.SUCCESS,
2783
+ textDisabledColor: theme.CONTENT_DISABLE
2783
2784
  },
2784
2785
  style: {
2785
2786
  backgroundColor: theme.SURFACE_TERTIARY,