Small Bug Fixes and Improvements

This commit is contained in:
Ahmad 2025-01-15 20:48:47 -05:00
parent dbbd727554
commit 8c3b4b734e
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
10 changed files with 106 additions and 22 deletions

View file

@ -48,7 +48,7 @@ export const FormTextarea = forwardRef<HTMLTextAreaElement, FormTextareaProps>(
{label ? (
<Label
htmlFor={id}
className='text-xs font-semibold text-neutral-700'
className='text-xs font-semibold text-neutral-700 dark:text-neutral-200'
>
{label}
</Label>