From 858bed609a7b8282d2e270a421550192be4dba2d Mon Sep 17 00:00:00 2001 From: Haileyesus <118998054+blackmammoth@users.noreply.github.com> Date: Tue, 30 Jun 2026 15:29:18 +0300 Subject: [PATCH] fix(chat): correct invalid dark-mode hover on AskUserQuestion options --- .../components/InteractiveRenderers/AskUserQuestionPanel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/chat/tools/components/InteractiveRenderers/AskUserQuestionPanel.tsx b/src/components/chat/tools/components/InteractiveRenderers/AskUserQuestionPanel.tsx index 5a75390f..ed7e8c97 100644 --- a/src/components/chat/tools/components/InteractiveRenderers/AskUserQuestionPanel.tsx +++ b/src/components/chat/tools/components/InteractiveRenderers/AskUserQuestionPanel.tsx @@ -229,7 +229,7 @@ export const AskUserQuestionPanel: React.FC = ({ className={`group flex w-full items-center gap-2.5 rounded-lg border px-3 py-2 text-left transition-all duration-150 ${ isSelected ? 'border-blue-300 bg-blue-50/80 ring-1 ring-blue-200/50 dark:border-blue-600 dark:bg-blue-900/25 dark:ring-blue-700/30' - : 'dark:hover:bg-gray-750/50 border-gray-200 hover:border-gray-300 hover:bg-gray-50/60 dark:border-gray-700/60 dark:hover:border-gray-600' + : 'border-gray-200 hover:border-gray-300 hover:bg-gray-50/60 dark:border-gray-700/60 dark:hover:border-gray-600 dark:hover:bg-gray-700/40' }`} > {/* Keyboard hint */} @@ -277,7 +277,7 @@ export const AskUserQuestionPanel: React.FC = ({ className={`group flex w-full items-center gap-2.5 rounded-lg border px-3 py-2 text-left transition-all duration-150 ${ isOtherOn ? 'border-blue-300 bg-blue-50/80 ring-1 ring-blue-200/50 dark:border-blue-600 dark:bg-blue-900/25 dark:ring-blue-700/30' - : 'dark:hover:bg-gray-750/50 border-dashed border-gray-200 hover:border-gray-300 hover:bg-gray-50/60 dark:border-gray-700/60 dark:hover:border-gray-600' + : 'border-dashed border-gray-200 hover:border-gray-300 hover:bg-gray-50/60 dark:border-gray-700/60 dark:hover:border-gray-600 dark:hover:bg-gray-700/40' }`} >