fix: increase ChatInput padding to match happy-app spacing

This commit is contained in:
weishu
2025-12-17 18:31:54 +08:00
parent b0b0a2e228
commit dc81620594
+1 -1
View File
@@ -544,7 +544,7 @@ export const ChatInput = memo(forwardRef<ChatInputHandle, ChatInputProps>(functi
{/* Unified panel */}
<div className="overflow-hidden rounded-[20px] bg-[var(--app-secondary-bg)]">
{/* Input area */}
<div className="flex items-center px-3 py-2">
<div className="flex items-center px-4 py-3">
<TextareaAutosize
ref={textareaRef}
value={text}