@rabex-kit/rabex-ui 0.2.67 → 0.2.68

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.
@@ -3394,7 +3394,7 @@ var components = {
3394
3394
  },
3395
3395
  '&.Mui-disabled': {
3396
3396
  color: palette.textColor[100] || palette.textColor.A40,
3397
- backgroundColor: palette.secondary[400]
3397
+ backgroundColor: palette.secondary[500]
3398
3398
  }
3399
3399
  };
3400
3400
  },
@@ -4286,8 +4286,7 @@ var colorModeConfig = function colorModeConfig(theme) {
4286
4286
  },
4287
4287
  light: {
4288
4288
  color: theme.palette.textColor[900],
4289
- backgroundColor: theme.palette.mode === 'light' ? theme.palette.warning[50] : colorManipulator_js.alpha(theme.palette.warning[400], 0.2),
4290
- border: "1px solid " + theme.palette.warning[200]
4289
+ backgroundColor: theme.palette.mode === 'light' ? theme.palette.warning[50] : colorManipulator_js.alpha(theme.palette.warning[400], 0.2)
4291
4290
  }
4292
4291
  },
4293
4292
  info: {