@superdispatch/ui 0.24.3 → 0.24.4
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/dist-node/index.js
CHANGED
|
@@ -3438,7 +3438,10 @@ function overrideTextField(theme) {
|
|
|
3438
3438
|
root: _objectSpread(_objectSpread({}, theme.typography.body2), {}, {
|
|
3439
3439
|
color: exports.Color.Dark500,
|
|
3440
3440
|
'&.MuiFormLabel-root': {
|
|
3441
|
-
fontSize: theme.spacing(
|
|
3441
|
+
fontSize: theme.spacing(2),
|
|
3442
|
+
[sm]: {
|
|
3443
|
+
fontSize: theme.spacing(1.75)
|
|
3444
|
+
}
|
|
3442
3445
|
},
|
|
3443
3446
|
'&$error': {
|
|
3444
3447
|
color: undefined
|
|
@@ -3483,7 +3486,10 @@ function overrideTextField(theme) {
|
|
|
3483
3486
|
input: {
|
|
3484
3487
|
textOverflow: 'ellipsis',
|
|
3485
3488
|
'&.MuiInputBase-input': {
|
|
3486
|
-
fontSize: theme.spacing(
|
|
3489
|
+
fontSize: theme.spacing(2),
|
|
3490
|
+
[sm]: {
|
|
3491
|
+
fontSize: theme.spacing(1.75)
|
|
3492
|
+
}
|
|
3487
3493
|
},
|
|
3488
3494
|
height: theme.spacing(3),
|
|
3489
3495
|
[sm]: {
|
|
@@ -3624,7 +3630,10 @@ function overrideTextField(theme) {
|
|
|
3624
3630
|
color: exports.Color.Red500
|
|
3625
3631
|
},
|
|
3626
3632
|
'&.MuiFormHelperText-root': {
|
|
3627
|
-
fontSize: theme.spacing(
|
|
3633
|
+
fontSize: theme.spacing(2),
|
|
3634
|
+
[sm]: {
|
|
3635
|
+
fontSize: theme.spacing(1.75)
|
|
3636
|
+
}
|
|
3628
3637
|
}
|
|
3629
3638
|
}),
|
|
3630
3639
|
contained: {
|