mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 21:48:18 -08: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"
|
||||
onChange={(e) => setPassword(e.target.value)}
|
||||
/>
|
||||
<div className="flex gap-2">
|
||||
<div className="flex gap-2 items-center">
|
||||
<input
|
||||
type="checkbox"
|
||||
name="koito-remember"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue