Skip to content

Commit

Permalink
fix input light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
moerabaya committed Apr 3, 2024
1 parent 140fda3 commit 6e6c90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/templates/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Login = ({
placeholder="Enter password"
value={password}
onChange={(e) => setPassword(e.target.value)}
className="flex-1 text-center text-[3rem] bg-[--background-color] text-white placeholder-neutral-600 focus:bg-neutral-900"
className="flex-1 text-center text-[3rem] bg-[--background-color] text-neutral-950 dark:text-white placeholder-neutral-600 focus:bg-neutral-100 dark:focus:bg-neutral-900"
/>
<button
type="submit"
Expand Down

0 comments on commit 6e6c90f

Please sign in to comment.