chore: fix button styling

This commit is contained in:
Adithya Krishna
2024-04-30 18:47:49 +05:30
committed by GitHub
parent 5efb0894e6
commit 6974a76ed4

View File

@ -282,6 +282,7 @@ export const AddTemplatePlaceholderRecipientsFormPartial = ({
<Button
type="button"
className="dark:bg-muted dark:hover:bg-muted/80 bg-black/5 hover:bg-black/10"
variant="secondary"
disabled={
isSubmitting || getValues('signers').some((signer) => signer.email === user?.email)
}