From 37f9dffb156ecfc2cf0ceb0d0e5b3fa2267ffb7b Mon Sep 17 00:00:00 2001 From: Justin Chen <54879025+justschen@users.noreply.github.com> Date: Wed, 28 Jan 2026 14:36:06 -0800 Subject: [PATCH] fix questions icons not showing (#291421) --- .../widget/chatContentParts/media/chatQuestionCarousel.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatQuestionCarousel.css b/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatQuestionCarousel.css index 4094e8ca2eb..772b09d77c7 100644 --- a/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatQuestionCarousel.css +++ b/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatQuestionCarousel.css @@ -79,6 +79,7 @@ padding: 0; border: none; background: transparent !important; + color: var(--vscode-foreground) !important; } .chat-question-carousel-nav .monaco-button.chat-question-nav-arrow:hover:not(.disabled) {