@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.
- package/HiStepper/HiStep.js +5 -1
- package/es/HiStepper/HiStep.js +5 -1
- package/package.json +1 -1
package/HiStepper/HiStep.js
CHANGED
@@ -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/es/HiStepper/HiStep.js
CHANGED
@@ -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
|
};
|