Skip to content

Commit eefc462

Browse files
committed
fix: 라벨이 잘리는 문제 수정
1 parent 2f58fea commit eefc462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shop/src/components/common/customer_info_form_dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const CustomerInfoFormDialog: React.FC<CustomerInfoFormDialogPropsType> =
6060
<DialogTitle>{titleStr}</DialogTitle>
6161
<DialogContent>
6262
<form ref={formRef}>
63-
<Stack spacing={2}>
63+
<Stack spacing={2} sx={{ py: 2 }}>
6464
<TextField name="name" label={nameLabelStr} defaultValue={defaultValue?.name} required fullWidth />
6565
<TextField
6666
name="organization"

0 commit comments

Comments
 (0)