@hipay/hipay-material-ui 3.11.0 → 3.11.1

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.
@@ -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
 
@@ -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
 
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.1",
5
5
  "description": "React components that implement Google's Material Design.",
6
6
  "repository": {
7
7
  "type": "git",