mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-13 20:06:25 -05:00
background color for notifications (#84715)
This commit is contained in:
@@ -82,7 +82,10 @@ export class NotificationsList extends Themable {
|
||||
{
|
||||
...this.options,
|
||||
setRowLineHeight: false,
|
||||
horizontalScrolling: false
|
||||
horizontalScrolling: false,
|
||||
overrideStyles: {
|
||||
listBackground: NOTIFICATIONS_BACKGROUND
|
||||
}
|
||||
}
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user