improved ux + coloring fix + improved dashboard ui
This commit is contained in:
@@ -64,6 +64,7 @@ export default function Forgot() {
|
||||
type="email"
|
||||
placeholder="johnny@example.com"
|
||||
value={form.email}
|
||||
className="bg-white"
|
||||
onChange={(e) => setForm({ ...form, email: e.target.value })}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user