Convert confirmation daisy buttons to tailwind

This commit is contained in:
Ian Philips 2022-10-04 08:03:21 -06:00
parent c6e5e04e65
commit 094bcaea17

View File

@ -48,7 +48,8 @@ export function ContractReportResolution(props: { contract: Contract }) {
openModalBtn={{
label: '',
icon: <FlagIcon className="h-5 w-5" />,
className: clsx(flagClass, reporting && 'btn-disabled loading'),
disabled: reporting,
className: clsx(flagClass),
}}
onSubmitWithSuccess={onSubmit}
disabled={userReported}