Skip to content

Commit

Permalink
[QA] Loading icon is not displayed (#2605)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielisaacgeslin committed Sep 16, 2024
1 parent 58883fe commit 9672d52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ const ReviewTransaction = (props: Props) => {
onClick={() => send()}
>
{isTransactionInProgress ? (
<CircularProgress size={24} />
<CircularProgress color="secondary" size={24} />
) : (
<Typography textTransform="none">
{mobile ? 'Confirm' : 'Confirm transaction'}
Expand Down

0 comments on commit 9672d52

Please sign in to comment.