Skip to content

Commit

Permalink
feat: changed px to em
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielizzy committed Feb 23, 2023
1 parent c9ebb37 commit d9a0eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/atoms/ThreeDotsSpinner/ThreeDotsSpinner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const animateDots = keyframes`

const ThreeDotsSpinner = styled.div`
color: ${colors.brand};
font-size: 6px;
margin: 36px auto;
font-size: 0.375em;
margin: 2.25em auto;
position: relative;
text-indent: -9999em;
transform: translateZ(0);
Expand Down

0 comments on commit d9a0eff

Please sign in to comment.