Skip to content

Commit

Permalink
Appearing spinner after logging in (#5742)
Browse files Browse the repository at this point in the history
Co-authored-by: Riku Rouvila <riku.rouvila@gmail.com>
Co-authored-by: naftis <pyry.rouvila@gmail.com>
  • Loading branch information
3 people authored Aug 30, 2023
1 parent 935e63d commit 262d6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/components/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const spinnerAppearAnimation = keyframes`
`

const StyledSpinner = styled(Spinner)`
visibility: hidden;
opacity: 0;
position: absolute;
margin-left: -24px;
margin-top: -24px;
Expand Down

0 comments on commit 262d6e5

Please sign in to comment.