mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-16 02:45:54 -07:00
align checkbox on login form
This commit is contained in:
parent
4c386f81fb
commit
8d9866fdb0
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ export default function LoginForm() {
|
||||||
className="w-full mx-auto fg bg rounded p-2"
|
className="w-full mx-auto fg bg rounded p-2"
|
||||||
onChange={(e) => setPassword(e.target.value)}
|
onChange={(e) => setPassword(e.target.value)}
|
||||||
/>
|
/>
|
||||||
<div className="flex gap-2">
|
<div className="flex gap-2 items-center">
|
||||||
<input
|
<input
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
name="koito-remember"
|
name="koito-remember"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue