feat: refine theme

This commit is contained in:
Henry Li
2026-01-17 21:24:49 +08:00
parent 70cd664d3f
commit 5cda2b90fc
2 changed files with 6 additions and 6 deletions

View File

@@ -96,7 +96,7 @@ export function InputBox({
<PromptInput
className={cn(
"bg-background/50 rounded-2xl backdrop-blur-sm transition-all duration-300 ease-out *:data-[slot='input-group']:rounded-2xl",
"focus-within:bg-background/85 h-48 translate-y-14 overflow-hidden",
"h-48 translate-y-14 overflow-hidden",
className,
)}
globalDrop