Skip to content

Commit

Permalink
adjusted position of the text
Browse files Browse the repository at this point in the history
  • Loading branch information
zlrkw11 committed Aug 26, 2024
1 parent c5c97a0 commit 26efab6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/components/composite/LoginForm/LoginForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ const LoginForm = ({
>
Login
</Button>
{isLoading ? <p className="">Logging in...</p> : null}
{isLoading ? (
<p className="text-dark-blue-100 mt-1">Logging in...</p>
) : null}
<Link href="/register" className="flex">
<Button variant="inverted-default-sm">Register</Button>
</Link>
Expand Down

0 comments on commit 26efab6

Please sign in to comment.