Update dark mode, fix chat message time stamp, fix rendering for new message

This commit is contained in:
sabaimran
2024-07-09 20:50:20 +05:30
parent 0c6b6de09e
commit 998e2aec30
5 changed files with 49 additions and 53 deletions

View File

@@ -217,7 +217,7 @@ function ChatInputArea(props: ChatInputProps) {
<PopoverContent
onOpenAutoFocus={(e) => e.preventDefault()}
className={`${props.isMobileWidth} ? 'w-[100vw] : w-full`}>
<Command className='max-w-full'>
<Command className='max-w-full shadow-md'>
<CommandInput placeholder="Type a command or search..." value={message} className='hidden' />
<CommandList>
<CommandEmpty>No matching commands.</CommandEmpty>