Skip to content

Commit 060adfb

Browse files
increase textfiled width
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent 5c405ce commit 060adfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/components/Pricing/PricingAddons

src/components/Pricing/PricingAddons/styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export const boxStyles = {
222222
alignItems: "center"
223223
},
224224
enterpriseUserInput: {
225-
width: "50px",
225+
width: "65px",
226226
ml: 1,
227227
"& .MuiInputBase-input": {
228228
py: (theme) => theme.spacing(0.5),

0 commit comments

Comments
 (0)