@hipay/hipay-material-ui 3.11.1 → 3.11.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -131,6 +131,9 @@ var useStepLabelStyle = (0, _makeStyles.default)(function (theme) {
131
131
  height: 16,
132
132
  transform: 'translateY(-2px)'
133
133
  }),
134
+ labelContainer: {
135
+ color: 'inherit !important'
136
+ },
134
137
  active: {},
135
138
  completed: {}
136
139
  };
@@ -131,6 +131,9 @@ var useStepLabelStyle = (0, _makeStyles.default)(function (theme) {
131
131
  height: 16,
132
132
  transform: 'translateY(-2px)'
133
133
  }),
134
+ labelContainer: {
135
+ color: 'inherit !important'
136
+ },
134
137
  active: {},
135
138
  completed: {}
136
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.1",
4
+ "version": "3.11.2",
5
5
  "description": "React components that implement Google's Material Design.",
6
6
  "repository": {
7
7
  "type": "git",