@vertigis/react-ui 15.2.1 → 15.2.2
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 +28 -0
package/package.json
CHANGED
package/styles/createTheme.js
CHANGED
|
@@ -388,6 +388,20 @@ function getOverrides(theme) {
|
|
|
388
388
|
focusRipple: false,
|
|
389
389
|
},
|
|
390
390
|
},
|
|
391
|
+
MuiClock: {
|
|
392
|
+
styleOverrides: {
|
|
393
|
+
amButton: {
|
|
394
|
+
"& .MuiTypography-caption": {
|
|
395
|
+
fontStyle: "normal",
|
|
396
|
+
},
|
|
397
|
+
},
|
|
398
|
+
pmButton: {
|
|
399
|
+
"& .MuiTypography-caption": {
|
|
400
|
+
fontStyle: "normal",
|
|
401
|
+
},
|
|
402
|
+
},
|
|
403
|
+
},
|
|
404
|
+
},
|
|
391
405
|
MuiCssBaseline: {
|
|
392
406
|
styleOverrides: {
|
|
393
407
|
html: {
|
|
@@ -440,6 +454,20 @@ function getOverrides(theme) {
|
|
|
440
454
|
PopperProps: { dir: theme.direction },
|
|
441
455
|
},
|
|
442
456
|
},
|
|
457
|
+
MuiDayPicker: {
|
|
458
|
+
styleOverrides: {
|
|
459
|
+
header: {
|
|
460
|
+
"& .MuiTypography-caption": {
|
|
461
|
+
fontStyle: "normal",
|
|
462
|
+
},
|
|
463
|
+
},
|
|
464
|
+
weekContainer: {
|
|
465
|
+
button: {
|
|
466
|
+
fontStyle: "normal",
|
|
467
|
+
},
|
|
468
|
+
},
|
|
469
|
+
},
|
|
470
|
+
},
|
|
443
471
|
MuiDialogActions: {
|
|
444
472
|
styleOverrides: {
|
|
445
473
|
root: {
|