Skip to content

Commit be0d8c9

Browse files
committed
Enterprise input fix
Signed-off-by: Namanv509 <namanverma00260@gmail.com>
1 parent 3340d83 commit be0d8c9

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

  • src/components/Pricing/PricingAddons

src/components/Pricing/PricingAddons/styles.js

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -221,13 +221,17 @@ export const boxStyles = {
221221
display: "flex",
222222
alignItems: "center"
223223
},
224-
enterpriseUserInput: {
225-
width: "4rem",
226-
ml: 1,
227-
"& .MuiInputBase-input": {
228-
py: "0.25rem"
229-
}
230-
},
224+
enterpriseUserInput:{
225+
width: "50px",
226+
ml: 1,
227+
"& .MuiInputBase-input": {
228+
py: (theme) => theme.spacing(0.5),
229+
paddingRight: 0,
230+
paddingLeft: 0.2,
231+
textAlign: "center",
232+
ml: 0.5,
233+
},
234+
},
231235
totalSection: {
232236
textAlign: "right",
233237
margin: 0

0 commit comments

Comments
 (0)