This commit is contained in:
github-actions[bot] 2022-10-12 06:14:11 +00:00 committed by GitHub
commit 1546080811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>
)}