Skip to content

Commit

Permalink
fix: color icon arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Apr 20, 2022
1 parent 9467896 commit 45427cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ButtonTop/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function ButtonTopPage() {
handleScrollToTop();
}}
>
<FiArrowUp />
<FiArrowUp color="#fff" />
</div>
);
}

0 comments on commit 45427cb

Please sign in to comment.