Skip to content

Commit

Permalink
fix: loading circle container style
Browse files Browse the repository at this point in the history
  • Loading branch information
GanghyeonSeo committed Jun 5, 2024
1 parent 192a783 commit 0bdd85c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/pages/SignInPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,17 @@ function SignInPage() {
return (
<>
{loading ? (
<>
<Container
style={{
height: '100vh',
width: '100vw',
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
}}
>
<Circles />
</>
</Container>
) : (
<Container size="xs">
<h1>Sign In</h1>
Expand Down

0 comments on commit 0bdd85c

Please sign in to comment.