fix: Improved text legibility on login/create account screens (#230)

* style: standardized placeholder text to be color neutral-400

* fix: changed dark:text-neutral-600 to dark:text-neutral-200 as in dark mode text was not visible
This commit is contained in:
Andrew
2024-08-30 20:04:44 +07:00
committed by GitHub
parent 2eab6f04c7
commit e5e290c0c3
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ function Screen() {
if (e.key === "Enter") loginWith();
}}
placeholder="Password"
className="px-3 rounded-full w-full h-10 bg-transparent border border-neutral-200 dark:border-neutral-500 focus:border-blue-500 focus:outline-none placeholder:text-neutral-400 dark:placeholder:text-neutral-600"
className="px-3 rounded-full w-full h-10 bg-transparent border border-neutral-200 dark:border-neutral-500 focus:border-blue-500 focus:outline-none placeholder:text-neutral-400"
/>
</div>
) : (