diff --git a/apps/web/pages/documents/[id]/recipients.tsx b/apps/web/pages/documents/[id]/recipients.tsx index b3ba85b9b..6e2e767e6 100644 --- a/apps/web/pages/documents/[id]/recipients.tsx +++ b/apps/web/pages/documents/[id]/recipients.tsx @@ -90,12 +90,12 @@ const RecipientsPage: NextPageWithLayout = (props: any) => {
-
+

{props.document.title}

-
+
-
-
+
+

Signers

-

+

The people who will sign the document.

@@ -156,7 +156,7 @@ const RecipientsPage: NextPageWithLayout = (props: any) => { {fields.map((item: any, index: number) => (
  • { documentId: props.document.id, }); }} - className="block w-full border-0 p-0 text-gray-900 placeholder-gray-500 sm:text-sm outline-none bg-inherit" + className="block w-full p-0 text-gray-900 placeholder-gray-500 border-0 outline-none sm:text-sm bg-inherit" placeholder="john.dorian@loremipsum.com" /> {errors?.signers?.[index] ? ( @@ -241,11 +241,11 @@ const RecipientsPage: NextPageWithLayout = (props: any) => { documentId: props.document.id, }); }} - className="block w-full border-0 p-0 text-gray-900 placeholder-gray-500 sm:text-sm outline-none bg-inherit" + className="block w-full p-0 text-gray-900 placeholder-gray-500 border-0 outline-none sm:text-sm bg-inherit" placeholder="John Dorian" />
    -
    +
    {item.sendStatus === "NOT_SENT" ? ( { )}
    -
    +
    { loading } color="secondary" - className="mr-4 h-9 my-auto" + className="my-auto mr-4 h-9" onClick={() => { if (confirm("Resend this signing request?")) { setLoading(true); @@ -375,11 +375,11 @@ const RecipientsPage: NextPageWithLayout = (props: any) => { leaveFrom="opacity-100" leaveTo="opacity-0" > -
    +
    -
    +
    { leaveFrom="opacity-100 translate-y-0 sm:scale-100" leaveTo="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95" > - +
    -
    +
    @@ -415,7 +415,7 @@ const RecipientsPage: NextPageWithLayout = (props: any) => {
    -
    +