Skip to content

Commit 51119a0

Browse files
Copilotbenibenj
andauthored
Use primary color for feedback badges
Co-authored-by: benibenj <44439583+benibenj@users.noreply.github.com>
1 parent 700b293 commit 51119a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎src/vs/sessions/contrib/agentFeedback/browser/media/agentFeedbackEditorWidget.css‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@
208208

209209
.agent-feedback-widget-item-prReview .agent-feedback-widget-item-type,
210210
.agent-feedback-widget-item-agentFeedback .agent-feedback-widget-item-type {
211-
background: color-mix(in srgb, var(--vscode-charts-purple) 22%, var(--vscode-editorWidget-background));
212-
color: var(--vscode-charts-purple);
211+
background: color-mix(in srgb, var(--vscode-button-background) 22%, var(--vscode-editorWidget-background));
212+
color: var(--vscode-button-background);
213213
}
214214

215215
/* Line info */

0 commit comments

Comments
 (0)