Convert confirmation daisy buttons to tailwind
This commit is contained in:
parent
c6e5e04e65
commit
094bcaea17
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user