Skip to content

Commit

Permalink
fix shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelRipoll23 committed Mar 10, 2024
1 parent f373b44 commit 6dfd577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RefreshIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const RefreshIconStyled = styled.button`
font-size: 34px;
color: #fff;
background: var(--color-blue);
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
position: fixed;
border-radius: 100%;
width: 74px;
Expand Down

0 comments on commit 6dfd577

Please sign in to comment.