@hipay/hipay-material-ui 3.11.0 → 3.11.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -58,7 +58,8 @@ var HiStepIcon = function HiStepIcon(_ref) {
58
58
  height: 20,
59
59
  lineHeight: "20px",
60
60
  fontWeight: 600,
61
- fontSize: 13
61
+ fontSize: 13,
62
+ textAlign: 'center'
62
63
  };
63
64
  }, [color]); // get component from status
64
65
 
@@ -130,6 +131,9 @@ var useStepLabelStyle = (0, _makeStyles.default)(function (theme) {
130
131
  height: 16,
131
132
  transform: 'translateY(-2px)'
132
133
  }),
134
+ labelContainer: {
135
+ color: 'inherit !important'
136
+ },
133
137
  active: {},
134
138
  completed: {}
135
139
  };
@@ -58,7 +58,8 @@ var HiStepIcon = function HiStepIcon(_ref) {
58
58
  height: 20,
59
59
  lineHeight: "20px",
60
60
  fontWeight: 600,
61
- fontSize: 13
61
+ fontSize: 13,
62
+ textAlign: 'center'
62
63
  };
63
64
  }, [color]); // get component from status
64
65
 
@@ -130,6 +131,9 @@ var useStepLabelStyle = (0, _makeStyles.default)(function (theme) {
130
131
  height: 16,
131
132
  transform: 'translateY(-2px)'
132
133
  }),
134
+ labelContainer: {
135
+ color: 'inherit !important'
136
+ },
133
137
  active: {},
134
138
  completed: {}
135
139
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hipay/hipay-material-ui",
3
3
  "private": false,
4
- "version": "3.11.0",
4
+ "version": "3.11.2",
5
5
  "description": "React components that implement Google's Material Design.",
6
6
  "repository": {
7
7
  "type": "git",