@vertigis/react-ui 19.4.0 → 19.4.1
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/package.json +1 -1
- package/styles/createTheme.js +4 -2
package/package.json
CHANGED
package/styles/createTheme.js
CHANGED
|
@@ -927,8 +927,10 @@ function getComponentOverrides(theme, isDense) {
|
|
|
927
927
|
},
|
|
928
928
|
MuiTimePicker: {
|
|
929
929
|
defaultProps: {
|
|
930
|
-
|
|
931
|
-
|
|
930
|
+
slotProps: {
|
|
931
|
+
openPickerButton: { size: "small" },
|
|
932
|
+
popper: { dir: theme.direction },
|
|
933
|
+
},
|
|
932
934
|
},
|
|
933
935
|
},
|
|
934
936
|
MuiToggleButton: {
|