Skip to content

Commit

Permalink
Merge pull request #212847 from microsoft/ddossett/free-wren
Browse files Browse the repository at this point in the history
Use descriptionForeground for close icon
  • Loading branch information
daviddossett committed May 15, 2024
2 parents 4c4ac63 + cee8958 commit 2124fd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vs/workbench/contrib/chat/browser/media/chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,10 @@
align-items: center;
}

.interactive-session .chat-attached-context .chat-attached-context-attachment .codicon {
color: var(--vscode-descriptionForeground);
}

.interactive-session .chat-attached-context {
padding: 0 0 8px 0;
border-radius: 6px;
Expand Down

0 comments on commit 2124fd4

Please sign in to comment.