Skip to content

Commit

Permalink
Fix refresh icon
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelRipoll23 committed Mar 10, 2024
1 parent 5260772 commit 4177e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/RefreshIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import styled from "styled-components";

const RefreshIconStyled = styled.button`
font-family: icons;
font-size: 32px;
font-size: 34px;
color: #fff;
background: var(--color-blue);
position: fixed;
Expand All @@ -17,7 +17,7 @@ const RefreshIconStyled = styled.button`
& span {
position: relative;
top: -3px;
top: -2px;
}
`;

Expand Down

0 comments on commit 4177e7c

Please sign in to comment.