@m4l/components 9.3.43-BE20251205-beta.1 → 9.3.43
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.
|
@@ -168,10 +168,25 @@ const dateTimePickerStyles = {
|
|
|
168
168
|
zIndex: theme.vars.zIndex.modal,
|
|
169
169
|
marginTop: `${theme.vars.size.baseSpacings.sp2} !important`,
|
|
170
170
|
"& .MuiPickersDay-root.Mui-selected": {
|
|
171
|
-
backgroundColor: theme.vars.palette.primary.enabled
|
|
171
|
+
backgroundColor: theme.vars.palette.primary.enabled,
|
|
172
|
+
"&:hover": {
|
|
173
|
+
backgroundColor: theme.vars.palette.primary.hover
|
|
174
|
+
},
|
|
175
|
+
"&:active": {
|
|
176
|
+
backgroundColor: theme.vars.palette.primary.active
|
|
177
|
+
}
|
|
172
178
|
},
|
|
173
179
|
"& .MuiMultiSectionDigitalClockSection-item": {
|
|
174
|
-
borderRadius: theme.vars.size.borderRadius.r1
|
|
180
|
+
borderRadius: theme.vars.size.borderRadius.r1,
|
|
181
|
+
"&.Mui-selected": {
|
|
182
|
+
backgroundColor: theme.vars.palette.primary.enabled,
|
|
183
|
+
"&:hover": {
|
|
184
|
+
backgroundColor: theme.vars.palette.primary.hover
|
|
185
|
+
},
|
|
186
|
+
"&:active": {
|
|
187
|
+
backgroundColor: theme.vars.palette.primary.active
|
|
188
|
+
}
|
|
189
|
+
}
|
|
175
190
|
},
|
|
176
191
|
"& .MuiDivider-root": {
|
|
177
192
|
borderColor: theme.vars.palette.border.secondary
|