chore: remove commented styles
All checks were successful
Build / build (push) Successful in 47s

This commit is contained in:
Corban-Lee Jones 2025-05-02 13:41:39 +01:00
parent 78fed2b2a3
commit 2259e3229a

View File

@ -194,13 +194,9 @@
text-gray-800 text-gray-800
bg-white bg-white
border-gray-200 border-gray-200
/* hover:bg-gray-50
focus:bg-gray-50 */
dark:text-neutral-200 dark:text-neutral-200
dark:bg-neutral-900 dark:bg-neutral-900
dark:border-neutral-700 dark:border-neutral-700
/* dark:hover:bg-neutral-800
dark:focus:bg-neutral-800; */
peer-invalid:group-[.submitted]:border-red-500 peer-invalid:group-[.submitted]:border-red-500
peer-invalid:group-[.submitted]:ring-red-500 peer-invalid:group-[.submitted]:ring-red-500
} }
@ -280,7 +276,7 @@
dark:border-neutral-700 dark:border-neutral-700
dark:text-neutral-400 dark:text-neutral-400
dark:placeholder-neutral-500 dark:placeholder-neutral-500
dark:focus:ring-neutral-600 dark:focus:ring-neutral-600;
} }
.text-input-help { .text-input-help {
@ -312,5 +308,5 @@
dark:text-neutral-400 dark:text-neutral-400
dark:focus:outline-hidden dark:focus:outline-hidden
dark:focus:ring-1 dark:focus:ring-1
dark:focus:ring-neutral-600 dark:focus:ring-neutral-600;
} }