Skip to content

Commit efaf400

Browse files
committed
style: update form control and link styling on authentication pages and homepage.
1 parent 3a9c814 commit efaf400

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/routes/(unauthed)/login/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}}
1515
>
1616
<h1 class="text-2xl mb-8">Log in</h1>
17-
<div class="form-control gap-2 mb-4">
17+
<div class="flex flex-col gap-2 [&_input]:w-full">
1818
<input
1919
type="email"
2020
name="email"

src/routes/(unauthed)/register/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}}
1515
>
1616
<h1 class="text-2xl mb-8">Register</h1>
17-
<div class="form-control gap-2 mb-4">
17+
<div class="flex flex-col gap-2 [&_input]:w-full">
1818
<input
1919
type="email"
2020
name="email"

src/routes/+page.svelte

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212

1313
<p>
1414
Visit
15-
<a href="https://github.com/jianyuan/pocketbase-sveltekit-auth">
15+
<a
16+
href="https://github.com/jianyuan/pocketbase-sveltekit-auth"
17+
class="link link-primary"
18+
>
1619
our GitHub repository
1720
</a>
1821
to read the documentation.

0 commit comments

Comments
 (0)