dhre-ui-kit 0.0.335 → 0.0.337

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
@@ -2956,7 +2956,7 @@ const DateRangePicker = (props) => {
2956
2956
  textDisabledColor: theme.CONTENT_DISABLE
2957
2957
  },
2958
2958
  style: {
2959
- backgroundColor: theme.SURFACE_TERTIARY,
2959
+ backgroundColor: theme.SURFACE_SECONDARY,
2960
2960
  color: theme.CONTENT_SECONDRY,
2961
2961
  borderRadius: 24
2962
2962
  },