mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-19 20:24:32 +02:00
Fix for red background
This commit is contained in:
@@ -157,9 +157,7 @@ const AssistantCard: React.FC<{
|
||||
<FiMoreHorizontal size={16} />
|
||||
</button>
|
||||
</PopoverTrigger>
|
||||
<PopoverContent
|
||||
className={`w-32 z-[10000] p-2 hover:bg-red-400`}
|
||||
>
|
||||
<PopoverContent className={`w-32 z-[10000] p-2`}>
|
||||
<div className="flex flex-col text-sm space-y-1">
|
||||
<button
|
||||
onClick={isOwnedByUser ? handleEdit : undefined}
|
||||
|
Reference in New Issue
Block a user