@@ -188,7 +191,7 @@ 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@loremipsum.com"
/>
{errors?.signers?.[index] ? (
@@ -204,7 +207,7 @@ const RecipientsPage: NextPageWithLayout = (props: any) => {
@@ -236,12 +239,12 @@ 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" ? (
{
id="sent_icon"
className="inline-block mt-3 flex-shrink-0 rounded-full bg-yellow-200 px-2 py-0.5 text-xs font-medium text-gray-800"
>
- {" "}
- Sent
+ Sent
) : (
@@ -296,7 +298,7 @@ const RecipientsPage: NextPageWithLayout = (props: any) => {
)}
-
+
{
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);
@@ -370,11 +372,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"
>
-
+