de daisied cancel limit bet button

This commit is contained in:
ingawei 2022-10-11 23:10:35 -07:00
parent b2cd6bbe03
commit e24112ac12

View File

@ -140,12 +140,9 @@ function LimitBet(props: {
{isCancelling ? (
<LoadingIndicator />
) : (
<button
className="btn btn-xs btn-outline my-auto normal-case"
onClick={onCancel}
>
<Button size="2xs" color="gray-outline" onClick={onCancel}>
Cancel
</button>
</Button>
)}
</td>
)}