Skip to content

Commit

Permalink
fix: React Icon size bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sean2337 committed Jul 9, 2024
1 parent 250d861 commit 9fee9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/AppBar/AppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Back = () => {
return (
<IoChevronBack
color="#868E96"
size="0.2rem"
size="20px"
onClick={() => {
navigate(-1);
}}
Expand Down

0 comments on commit 9fee9fa

Please sign in to comment.