From 094bcaea1727cba5fe0c6558cb8b176d0660129f Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Tue, 4 Oct 2022 08:03:21 -0600 Subject: [PATCH] Convert confirmation daisy buttons to tailwind --- web/components/contract/contract-report-resolution.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/components/contract/contract-report-resolution.tsx b/web/components/contract/contract-report-resolution.tsx index a5e5c75f..4fc98ff5 100644 --- a/web/components/contract/contract-report-resolution.tsx +++ b/web/components/contract/contract-report-resolution.tsx @@ -48,7 +48,8 @@ export function ContractReportResolution(props: { contract: Contract }) { openModalBtn={{ label: '', icon: , - className: clsx(flagClass, reporting && 'btn-disabled loading'), + disabled: reporting, + className: clsx(flagClass), }} onSubmitWithSuccess={onSubmit} disabled={userReported}