From 4f47bbb5526f3186c46aaf83c79e6720206ceb78 Mon Sep 17 00:00:00 2001 From: Piyush Maurya Date: Thu, 11 May 2023 14:03:13 +0530 Subject: [PATCH] Adds consistent 'className' to action buttons --- apps/web/pages/documents/[id]/recipients.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web/pages/documents/[id]/recipients.tsx b/apps/web/pages/documents/[id]/recipients.tsx index 838a8be45..9e59cb731 100644 --- a/apps/web/pages/documents/[id]/recipients.tsx +++ b/apps/web/pages/documents/[id]/recipients.tsx @@ -273,7 +273,6 @@ const RecipientsPage: NextPageWithLayout = (props: any) => { item.signingStatus === "SIGNED" || loading } - className="my-auto mr-4 h-9" onClick={(event: any) => { event.preventDefault(); event.stopPropagation(); @@ -283,8 +282,9 @@ const RecipientsPage: NextPageWithLayout = (props: any) => { setLoading(false); }); } - }}> - + }} + className="mx-1 group-hover:text-neon-dark group-hover:disabled:text-gray-400" + /> { }); } }} - className="group-hover:text-neon-dark group-hover:disabled:text-gray-400" + className="mx-1 group-hover:text-neon-dark group-hover:disabled:text-gray-400" />