Skip to content

Commit

Permalink
Center login button
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Tideman committed Oct 4, 2023
1 parent 495e1f2 commit 39d3c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/(login)/login/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Welcome back.
</h1>
<p class="my-7" data-testid="login-info">Let's get you signed in.</p>
<div class="mx-auto">
<div class="flex items-center justify-center">
<Button
data-testid="login-button"
leadingIcon="lock"
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(login)/signin/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Welcome back.
</h1>
<p class="my-7" data-testid="login-info">Let's get you signed in.</p>
<div class="mx-auto">
<div class="flex items-center justify-center">
<Button
data-testid="login-button"
leadingIcon="lock"
Expand Down

0 comments on commit 39d3c76

Please sign in to comment.