We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3637ce8 + 10c68fb commit e0280bbCopy full SHA for e0280bb
1 file changed
src/components/Pricing/PricingAddons/styles.js
@@ -221,13 +221,17 @@ export const boxStyles = {
221
display: "flex",
222
alignItems: "center"
223
},
224
- enterpriseUserInput: {
225
- width: "4rem",
226
- ml: 1,
227
- "& .MuiInputBase-input": {
228
- py: "0.25rem"
229
- }
230
- },
+enterpriseUserInput:{
+ width: "50px",
+ ml: 1,
+ "& .MuiInputBase-input": {
+ py: (theme) => theme.spacing(0.5),
+ paddingRight: 0,
+ paddingLeft: 0.2,
231
+ textAlign: "center",
232
+ ml: 0.5,
233
+ },
234
+},
235
totalSection: {
236
textAlign: "right",
237
margin: 0
0 commit comments