提交 65cd8439 编写于 作者: J Joao Moreno

fixes #39667

上级 80f31c94
......@@ -243,7 +243,7 @@ class DirtyDiffWidget extends PeekViewWidget {
const changeType = getChangeType(change);
const changeTypeColor = getChangeTypeColor(this.themeService.getTheme(), changeType);
this.style({ frameColor: changeTypeColor });
this.style({ frameColor: changeTypeColor, arrowColor: changeTypeColor });
this._actionbarWidget.context = [this.model.modified.uri, this.model.changes, index];
this.show(position, height);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册