Skip to content

Commit 1f69cfa

Browse files
committed
Re microsoft#84715. adopt panel background in comment list.
1 parent a406fd6 commit 1f69cfa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/vs/workbench/contrib/comments/browser/commentsTreeViewer.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import { IContextKeyService } from 'vs/platform/contextkey/common/contextkey';
2020
import { WorkbenchAsyncDataTree, IListService } from 'vs/platform/list/browser/listService';
2121
import { IThemeService } from 'vs/platform/theme/common/themeService';
2222
import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation';
23+
import { PANEL_BACKGROUND } from 'vs/workbench/common/theme';
2324

2425
export const COMMENTS_PANEL_ID = 'workbench.panel.comments';
2526
export const COMMENTS_PANEL_TITLE = 'Comments';
@@ -200,6 +201,9 @@ export class CommentsList extends WorkbenchAsyncDataTree<any, any> {
200201
},
201202
collapseByDefault: () => {
202203
return false;
204+
},
205+
overrideStyles: {
206+
listBackground: PANEL_BACKGROUND
203207
}
204208
},
205209
contextKeyService,

0 commit comments

Comments
 (0)