refactor: remove padding from change password form for consistency
This commit is contained in:
@@ -110,7 +110,7 @@ export function ChangePasswordDialog({
|
|||||||
}
|
}
|
||||||
>
|
>
|
||||||
<form id="change-password-form" onSubmit={handleSubmit(onSubmit)}>
|
<form id="change-password-form" onSubmit={handleSubmit(onSubmit)}>
|
||||||
<div className="space-y-4 px-6 py-4">
|
<div className="space-y-4">
|
||||||
<Field data-invalid={!!errors.password}>
|
<Field data-invalid={!!errors.password}>
|
||||||
<FieldLabel htmlFor="change-password-password">新密码</FieldLabel>
|
<FieldLabel htmlFor="change-password-password">新密码</FieldLabel>
|
||||||
<FieldContent>
|
<FieldContent>
|
||||||
|
|||||||
Reference in New Issue
Block a user