mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-19 20:40:57 +02:00
Fix for red background
This commit is contained in:
parent
05b3e594b5
commit
d78a1fe9c6
@ -147,7 +147,7 @@ const AssistantCard: React.FC<{
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
{isOwnedByUser && (
|
{isOwnedByUser && (
|
||||||
<div className="flex ml-2 relative items-center gap-x-2">
|
<div className="flex ml-2 relative items-center gap-x-2">
|
||||||
<Popover modal>
|
<Popover modal>
|
||||||
<PopoverTrigger>
|
<PopoverTrigger>
|
||||||
<button
|
<button
|
||||||
@ -157,9 +157,7 @@ const AssistantCard: React.FC<{
|
|||||||
<FiMoreHorizontal size={16} />
|
<FiMoreHorizontal size={16} />
|
||||||
</button>
|
</button>
|
||||||
</PopoverTrigger>
|
</PopoverTrigger>
|
||||||
<PopoverContent
|
<PopoverContent className={`w-32 z-[10000] p-2`}>
|
||||||
className={`w-32 z-[10000] p-2 hover:bg-red-400`}
|
|
||||||
>
|
|
||||||
<div className="flex flex-col text-sm space-y-1">
|
<div className="flex flex-col text-sm space-y-1">
|
||||||
<button
|
<button
|
||||||
onClick={isOwnedByUser ? handleEdit : undefined}
|
onClick={isOwnedByUser ? handleEdit : undefined}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user