@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.
@@ -23,7 +23,10 @@ export function overrideTextField(theme) {
23
23
  root: _objectSpread(_objectSpread({}, theme.typography.body2), {}, {
24
24
  color: Color.Dark500,
25
25
  '&.MuiFormLabel-root': {
26
- fontSize: theme.spacing(1.75)
26
+ fontSize: theme.spacing(2),
27
+ [sm]: {
28
+ fontSize: theme.spacing(1.75)
29
+ }
27
30
  },
28
31
  '&$error': {
29
32
  color: undefined
@@ -68,7 +71,10 @@ export function overrideTextField(theme) {
68
71
  input: {
69
72
  textOverflow: 'ellipsis',
70
73
  '&.MuiInputBase-input': {
71
- fontSize: theme.spacing(1.75)
74
+ fontSize: theme.spacing(2),
75
+ [sm]: {
76
+ fontSize: theme.spacing(1.75)
77
+ }
72
78
  },
73
79
  height: theme.spacing(3),
74
80
  [sm]: {
@@ -209,7 +215,10 @@ export function overrideTextField(theme) {
209
215
  color: Color.Red500
210
216
  },
211
217
  '&.MuiFormHelperText-root': {
212
- fontSize: theme.spacing(1.75)
218
+ fontSize: theme.spacing(2),
219
+ [sm]: {
220
+ fontSize: theme.spacing(1.75)
221
+ }
213
222
  }
214
223
  }),
215
224
  contained: {
package/dist-web/index.js CHANGED
@@ -3433,7 +3433,10 @@ function overrideTextField(theme) {
3433
3433
  root: _objectSpread(_objectSpread({}, theme.typography.body2), {}, {
3434
3434
  color: Color.Dark500,
3435
3435
  '&.MuiFormLabel-root': {
3436
- fontSize: theme.spacing(1.75)
3436
+ fontSize: theme.spacing(2),
3437
+ [sm]: {
3438
+ fontSize: theme.spacing(1.75)
3439
+ }
3437
3440
  },
3438
3441
  '&$error': {
3439
3442
  color: undefined
@@ -3478,7 +3481,10 @@ function overrideTextField(theme) {
3478
3481
  input: {
3479
3482
  textOverflow: 'ellipsis',
3480
3483
  '&.MuiInputBase-input': {
3481
- fontSize: theme.spacing(1.75)
3484
+ fontSize: theme.spacing(2),
3485
+ [sm]: {
3486
+ fontSize: theme.spacing(1.75)
3487
+ }
3482
3488
  },
3483
3489
  height: theme.spacing(3),
3484
3490
  [sm]: {
@@ -3619,7 +3625,10 @@ function overrideTextField(theme) {
3619
3625
  color: Color.Red500
3620
3626
  },
3621
3627
  '&.MuiFormHelperText-root': {
3622
- fontSize: theme.spacing(1.75)
3628
+ fontSize: theme.spacing(2),
3629
+ [sm]: {
3630
+ fontSize: theme.spacing(1.75)
3631
+ }
3623
3632
  }
3624
3633
  }),
3625
3634
  contained: {