mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 13:19:16 +00:00
Remove shadow from the slash command bar
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user