This commit is contained in:
zmeyer44 2023-10-24 16:52:14 -04:00
parent f83f7de9b3
commit ec97c8749a

View File

@ -169,7 +169,7 @@ export default function CreateCalendarEventModal() {
onChange={(e) => setTitle(e.target.value)}
placeholder="Event Name"
className={cn(
"resize-none break-words border-0 bg-transparent p-0 text-3xl font-bold text-foreground shadow-none outline-none placeholder:text-muted-foreground/50 placeholder:hover:text-muted-foreground/80 focus-visible:ring-0",
"resize-none break-words border-0 bg-transparent p-0 !text-3xl font-bold text-foreground shadow-none outline-none placeholder:text-muted-foreground/50 placeholder:hover:text-muted-foreground/80 focus-visible:ring-0",
title === "" && "max-h-[60px]",
)}
/>