Skip to content

Commit

Permalink
Fixed OverlyLoader size
Browse files Browse the repository at this point in the history
  • Loading branch information
makkelie-dev committed Dec 11, 2024
1 parent 890f1e4 commit d6073c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/OverlayLoader/OverlayLoader.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export const Container = styled.div`
align-items: flex-end;
justify-content: center;
position: relative;
width: 2.375rem;
height: 2.375rem;
width: 3.6875rem;
height: 3.6875rem;
`;

export const StyledIcon = styled(Icon)`
Expand Down
4 changes: 2 additions & 2 deletions src/styled-components/Overlay/Overlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ const spin = keyframes`
`;

export const OverlaySpinningLoader = styled.div`
width: 2.375rem;
height: 2.375rem;
width: 3.6875rem;
height: 3.6875rem;
border-radius: 50%;
border: 4px solid;
border-color: #475777;
Expand Down

0 comments on commit d6073c9

Please sign in to comment.