Skip to content

Commit a83b9ba

Browse files
authored
Merge pull request microsoft#196871 from microsoft/roblou/prepared-pigeon
Fix chat agent codicon avatar color
2 parents 629e6be + 6782dbf commit a83b9ba

File tree

1 file changed

+1
-1
lines changed
  • src/vs/workbench/contrib/chat/browser/media

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/browser/media/chat.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
}
110110

111111
.interactive-item-container .header .avatar .codicon {
112-
color: var(--vscode-chat-avatarForeground);
112+
color: var(--vscode-chat-avatarForeground) !important;
113113
font-size: 14px;
114114
}
115115

0 commit comments

Comments
 (0)