@rabex-kit/rabex-ui 0.1.21 → 0.1.22

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.
@@ -1353,14 +1353,14 @@ Input.defaultProps = {
1353
1353
  disableUnderline: true,
1354
1354
  titleProps: {
1355
1355
  variant: 'body2',
1356
- weight: 'bold'
1356
+ weight: 'regular'
1357
1357
  },
1358
1358
  helperTextProps: {
1359
- variant: 'body2',
1359
+ variant: 'body3',
1360
1360
  color: 'textColor.A60'
1361
1361
  },
1362
1362
  helperTextEndAdornmentProps: {
1363
- variant: 'body2',
1363
+ variant: 'body3',
1364
1364
  color: 'textColor.A60'
1365
1365
  }
1366
1366
  };