Skip to content

Commit

Permalink
Merge pull request #106 from ensdomains/fix-drunk-spinner
Browse files Browse the repository at this point in the history
update drunk spinner
  • Loading branch information
TateB authored Mar 5, 2023
2 parents 9135855 + 8d1d8d7 commit b039315
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/src/components/atoms/Spinner/Spinner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ const Container = styled.div<{ $size: Size; $color: Colors }>(
return ``
}
}}
svg {
display: block;
height: 100%;
width: 100%;
}
`,
)

Expand Down

0 comments on commit b039315

Please sign in to comment.