We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f58fea commit eefc462Copy full SHA for eefc462
packages/shop/src/components/common/customer_info_form_dialog.tsx
@@ -60,7 +60,7 @@ export const CustomerInfoFormDialog: React.FC<CustomerInfoFormDialogPropsType> =
60
<DialogTitle>{titleStr}</DialogTitle>
61
<DialogContent>
62
<form ref={formRef}>
63
- <Stack spacing={2}>
+ <Stack spacing={2} sx={{ py: 2 }}>
64
<TextField name="name" label={nameLabelStr} defaultValue={defaultValue?.name} required fullWidth />
65
<TextField
66
name="organization"
0 commit comments