mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 01:01:49 +10:00
chore: fix button styling
This commit is contained in:
@ -282,6 +282,7 @@ export const AddTemplatePlaceholderRecipientsFormPartial = ({
|
|||||||
<Button
|
<Button
|
||||||
type="button"
|
type="button"
|
||||||
className="dark:bg-muted dark:hover:bg-muted/80 bg-black/5 hover:bg-black/10"
|
className="dark:bg-muted dark:hover:bg-muted/80 bg-black/5 hover:bg-black/10"
|
||||||
|
variant="secondary"
|
||||||
disabled={
|
disabled={
|
||||||
isSubmitting || getValues('signers').some((signer) => signer.email === user?.email)
|
isSubmitting || getValues('signers').some((signer) => signer.email === user?.email)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user