Skip to content

Commit

Permalink
fix: regression in login layout (#1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy authored Jun 19, 2024
1 parent 7ffdee1 commit 92f28c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/routes/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const LoginRoute: FC = () => {
}, []); */

return (
<div className="flex flex-col items-center justify-center p-4">
<div className="flex flex-1 flex-col items-center justify-center p-4">
<Logo className="h-16 w-16" isDark />

<div className="my-4 px-2.5 py-1.5 text-center font-semibold">
Expand Down
4 changes: 2 additions & 2 deletions src/routes/__snapshots__/Login.test.tsx.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 92f28c1

Please sign in to comment.