TailAdmin / free-nextjs-admin-dashboard

TailAdmin is a Next.js and Tailwind CSS free, open-source admin dashboard template. Provides developers with the necessary tools, components, pages to build a full-featured back-end, dashboard, or admin panel for any web project.
https://nextjs-demo.tailadmin.com
MIT License
653 stars 238 forks source link

fix: make password text in input field visible on light mode #26

Closed burhanahmeed closed 1 month ago

burhanahmeed commented 1 month ago

Change text-white to text-black to make the dotted text in password field visible during light mode.

image