diff --git a/src/components/EmptyChatMessageInput.tsx b/src/components/EmptyChatMessageInput.tsx index 3c5ff6b..0ce74c8 100644 --- a/src/components/EmptyChatMessageInput.tsx +++ b/src/components/EmptyChatMessageInput.tsx @@ -54,7 +54,7 @@ const EmptyChatMessageInput = () => { }} className="w-full" > -
+
{ } }} className={cn( - 'bg-light-secondary dark:bg-dark-secondary p-4 flex items-center overflow-hidden border border-light-200 dark:border-dark-200', - mode === 'multi' ? 'flex-col rounded-lg' : 'flex-row rounded-full', + 'bg-light-secondary dark:bg-dark-secondary p-4 flex items-center overflow-hidden border border-light-200 dark:border-dark-200 shadow-sm shadow-light-200/10 dark:shadow-black/20 transition-all duration-200 focus-within:border-light-300 dark:focus-within:border-dark-300', + mode === 'multi' ? 'flex-col rounded-2xl' : 'flex-row rounded-full', )} > {mode === 'single' && }