mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Remove shadow from the slash command bar
This commit is contained in:
parent
998e2aec30
commit
23b71b0dff
1 changed files with 1 additions and 1 deletions
|
@ -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 shadow-md'>
|
||||
<Command className='max-w-full'>
|
||||
<CommandInput placeholder="Type a command or search..." value={message} className='hidden' />
|
||||
<CommandList>
|
||||
<CommandEmpty>No matching commands.</CommandEmpty>
|
||||
|
|
Loading…
Add table
Reference in a new issue