Skip to content

Commit

Permalink
update spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Feb 28, 2023
1 parent 25ef398 commit 8d1d8d7
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 8d1d8d7

Please sign in to comment.