@rabex-kit/rabex-ui 0.2.62 → 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
  /**