Use descriptionForeground for close icon

This commit is contained in:
David Dossett 2024-05-15 15:26:11 -07:00
parent 4c4ac63f36
commit cee89583ba
No known key found for this signature in database
GPG key ID: 52AE5593859A97F3

View file

@ -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;