many coloring changes and improvements

This commit is contained in:
Daniel
2023-08-11 01:11:02 -04:00
parent 1eb1467a02
commit 7da89a35e2
37 changed files with 189 additions and 178 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ export default function Forgot() {
</p>
</div>
<div>
<p className="text-sm text-sky-700 w-fit font-semibold mb-1">Email</p>
<p className="text-sm text-black w-fit font-semibold mb-1">Email</p>
<input
type="text"
@@ -71,7 +71,7 @@ export default function Forgot() {
loading={submitLoader}
/>
<div className="flex items-baseline gap-1 justify-center">
<Link href={"/login"} className="block text-sky-700 font-bold">
<Link href={"/login"} className="block text-black font-bold">
Go back
</Link>
</div>