Upgrade to Tailwind CSS v4 (#1173)

This commit is contained in:
Brandon McConnell 2025-09-09 15:44:07 -04:00 committed by GitHub
parent 4ce76987a1
commit 848205f5cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
76 changed files with 1098 additions and 1050 deletions

View file

@ -19,7 +19,7 @@ export function AuthForm({
<div className="flex flex-col gap-2">
<Label
htmlFor="email"
className="text-zinc-600 font-normal dark:text-zinc-400"
className="font-normal text-zinc-600 dark:text-zinc-400"
>
Email Address
</Label>
@ -40,7 +40,7 @@ export function AuthForm({
<div className="flex flex-col gap-2">
<Label
htmlFor="password"
className="text-zinc-600 font-normal dark:text-zinc-400"
className="font-normal text-zinc-600 dark:text-zinc-400"
>
Password
</Label>