@hipay/hipay-material-ui 3.11.1 → 3.11.2

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.
@@ -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",