diff --git a/client/src/components/Chat/Input/AskUserQuestionPopover.tsx b/client/src/components/Chat/Input/AskUserQuestionPopover.tsx index d6568da1af..66c73e2654 100644 --- a/client/src/components/Chat/Input/AskUserQuestionPopover.tsx +++ b/client/src/components/Chat/Input/AskUserQuestionPopover.tsx @@ -51,7 +51,7 @@ function AskUserQuestionsPopoverPanel({ ask }: { ask: ReturnType -
+

{localize( @@ -156,7 +156,7 @@ function AskUserQuestionPopoverPanel({ scroll region: the panel is absolutely positioned, so anything that overflows it is unreachable by page scroll. */}

diff --git a/client/src/components/Chat/Subagents/SubagentThreadPanel.tsx b/client/src/components/Chat/Subagents/SubagentThreadPanel.tsx index 59b1ec8755..599a7c2012 100644 --- a/client/src/components/Chat/Subagents/SubagentThreadPanel.tsx +++ b/client/src/components/Chat/Subagents/SubagentThreadPanel.tsx @@ -585,7 +585,7 @@ export default function SubagentThreadPanel({ selection }: { selection: ActiveSu role={isMobile ? 'dialog' : 'region'} aria-modal={isMobile || undefined} aria-label={localize('com_ui_subagent_thread_panel')} - className="flex h-full w-full flex-col overflow-hidden bg-surface-primary text-text-primary" + className="flex h-full w-full flex-col overflow-hidden bg-surface-primary-alt text-text-primary" >