@rabex-kit/rabex-ui 0.2.61 → 0.2.63

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.
@@ -300,7 +300,8 @@ var Typography = function Typography(_ref) {
300
300
  };
301
301
  Typography.defaultProps = {
302
302
  variant: 'body1',
303
- weight: 'regular'
303
+ weight: 'regular',
304
+ color: 'textColor[900]'
304
305
  };
305
306
 
306
307
  /**
@@ -4297,7 +4298,7 @@ var colorModeConfig = function colorModeConfig(theme) {
4297
4298
  },
4298
4299
  light: {
4299
4300
  color: theme.palette.primary[500],
4300
- backgroundColor: theme.palette.mode === 'light' ? theme.palette.info[50] : colorManipulator_js.alpha(theme.palette.info(50), 0.5),
4301
+ backgroundColor: theme.palette.mode === 'light' ? theme.palette.info[50] : colorManipulator_js.alpha(theme.palette.info[50], 0.5),
4301
4302
  border: "1px solid " + theme.palette.info[200]
4302
4303
  }
4303
4304
  },