@rabex-kit/rabex-ui 0.2.63 → 0.2.66

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,8 +300,7 @@ var Typography = function Typography(_ref) {
300
300
  };
301
301
  Typography.defaultProps = {
302
302
  variant: 'body1',
303
- weight: 'regular',
304
- color: 'textColor[900]'
303
+ weight: 'regular'
305
304
  };
306
305
 
307
306
  /**