@hipay/hipay-material-ui 3.15.3-beta.1 → 3.15.3-beta.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -50,7 +50,7 @@ var useStyles = (0, _makeStyles.default)(function (theme) {
50
50
  height: 48,
51
51
  display: 'flex',
52
52
  alignItems: 'center',
53
- fontWeight: theme.typography.fontWeightLight
53
+ fontWeight: theme.typography.fontWeightMedium
54
54
  }),
55
55
  secondaryHeading: (0, _objectSpread2.default)({}, theme.typography.caption, {
56
56
  color: theme.palette.text.secondary,
@@ -50,7 +50,7 @@ var useStyles = (0, _makeStyles.default)(function (theme) {
50
50
  height: 48,
51
51
  display: 'flex',
52
52
  alignItems: 'center',
53
- fontWeight: theme.typography.fontWeightLight
53
+ fontWeight: theme.typography.fontWeightMedium
54
54
  }),
55
55
  secondaryHeading: (0, _objectSpread2.default)({}, theme.typography.caption, {
56
56
  color: theme.palette.text.secondary,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hipay/hipay-material-ui",
3
3
  "private": false,
4
- "version": "3.15.3-beta.1",
4
+ "version": "3.15.3-beta.3",
5
5
  "description": "React components that implement Google's Material Design.",
6
6
  "repository": {
7
7
  "type": "git",