Skip to content

Commit

Permalink
fix(Confirm):icon was the same color at the button
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielPrediger committed Mar 8, 2024
1 parent 0c50025 commit 4ae19f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/pages/Send/Confirm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ export const SendConfirm = () => {
{loading && (
<Icon
name="loading"
color="#fff"
color="#4d76b8"
className="w-5 animate-spin-slow"
wrapperClassname="mr-2 flex items-center"
/>
Expand Down

0 comments on commit 4ae19f7

Please sign in to comment.