Closed leifmetcalf closed 2 weeks ago
Every other input uses border-zinc-*, and even the select input uses border-gray-*. I couldn't figure out why the select input uses border-gray-300 --- it dates back to the original commit which added Tailwind.
border-zinc-*
border-gray-*
border-gray-300
Good catch! Thank you! 🙌🏻
Every other input uses
border-zinc-*
, and even the select input usesborder-gray-*
. I couldn't figure out why the select input usesborder-gray-300
--- it dates back to the original commit which added Tailwind.