prevent event bubble, open menu onhover

This commit is contained in:
ManishMadan2882
2024-07-28 19:48:48 +05:30
parent 360d790282
commit d63b5d71a1
5 changed files with 46 additions and 28 deletions

View File

@@ -262,7 +262,7 @@ export const SharedConversation = () => {
className="relative right-[38px] bottom-[24px] -mr-[30px] animate-spin cursor-pointer self-end bg-transparent filter dark:invert"
></img>
) : (
<div className="mx-1 cursor-pointer rounded-full p-3 text-center hover:bg-gray-3000">
<div className="mx-1 cursor-pointer rounded-full p-3 text-center hover:bg-gray-3000 dark:hover:bg-dark-charcoal">
<img
onClick={handleQuestionSubmission}
className="ml-[4px] h-6 w-6 text-white filter dark:invert"