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.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +2 -2
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -2786,7 +2786,7 @@ const DateRangePicker = (props) => {
|
|
|
2786
2786
|
markedDates[startDate] = {
|
|
2787
2787
|
startingDay: true,
|
|
2788
2788
|
color: theme.SUCCESS,
|
|
2789
|
-
textColor: theme.
|
|
2789
|
+
textColor: theme.CONTENT_INVERTED,
|
|
2790
2790
|
customContainerStyle: { backgroundColor: theme.SURFACE_INVERTED }
|
|
2791
2791
|
};
|
|
2792
2792
|
}
|
|
@@ -2794,7 +2794,7 @@ const DateRangePicker = (props) => {
|
|
|
2794
2794
|
markedDates[endDate] = {
|
|
2795
2795
|
endingDay: true,
|
|
2796
2796
|
color: theme.SUCCESS,
|
|
2797
|
-
textColor: theme.
|
|
2797
|
+
textColor: theme.CONTENT_INVERTED,
|
|
2798
2798
|
customContainerStyle: { backgroundColor: theme.SURFACE_INVERTED }
|
|
2799
2799
|
};
|
|
2800
2800
|
}
|