remove mono placeholder

This commit is contained in:
Cole Goldsmith 2025-10-01 15:40:12 -05:00
parent 791bbdaef1
commit 333ab1abea

View file

@ -7,7 +7,7 @@ function Textarea({ className, ...props }: React.ComponentProps<"textarea">) {
<textarea
data-slot="textarea"
className={cn(
"primary-input placeholder:font-mono placeholder:text-placeholder-foreground min-h-fit",
"primary-input placeholder:text-placeholder-foreground min-h-fit",
className
)}
{...props}