Skip to content

Commit

Permalink
[NO CHANGELOG][Add Funds Widget] Add funds review button update (#2306)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimi-imtbl authored Oct 15, 2024
1 parent 541dbc5 commit c9c5d42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ export function AddFunds({
<Button
testId="add-funds-button"
size="large"
variant="secondary"
variant={readyToReview ? 'primary' : 'secondary'}
disabled={!readyToReview}
onClick={handleReviewClick}
sx={{ opacity: readyToReview ? 1 : 0.5 }}
Expand Down

0 comments on commit c9c5d42

Please sign in to comment.