de daisied cancel limit bet button (#1029)
This commit is contained in:
parent
b2cd6bbe03
commit
b4e7d88ed8
|
@ -140,12 +140,9 @@ function LimitBet(props: {
|
||||||
{isCancelling ? (
|
{isCancelling ? (
|
||||||
<LoadingIndicator />
|
<LoadingIndicator />
|
||||||
) : (
|
) : (
|
||||||
<button
|
<Button size="2xs" color="gray-outline" onClick={onCancel}>
|
||||||
className="btn btn-xs btn-outline my-auto normal-case"
|
|
||||||
onClick={onCancel}
|
|
||||||
>
|
|
||||||
Cancel
|
Cancel
|
||||||
</button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
</td>
|
</td>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user