mirror of
https://github.com/documenso/documenso.git
synced 2025-11-20 19:51:32 +10:00
Update apps/web/src/app/(signing)/sign/[token]/form.tsx
Co-authored-by: Adithya Krishna <aadithya794@gmail.com>
This commit is contained in:
@ -186,7 +186,7 @@ export const SigningForm = ({ document, recipient, fields }: SigningFormProps) =
|
||||
<Input
|
||||
id="signatureText"
|
||||
className="text-foreground placeholder:text-muted-foreground border-0 border-none bg-transparent p-0 text-sm focus-visible:ring-transparent"
|
||||
placeholder="Draw or type name here"
|
||||
placeholder="Draw or type your name here"
|
||||
disabled={isSubmitting || signature?.startsWith('data:')}
|
||||
{...register('signatureText', {
|
||||
onChange: (e) => {
|
||||
|
||||
Reference in New Issue
Block a user