Skip to content

Commit da48773

Browse files
author
Benjamin Pasero
committed
notifications - change close icon to chevron (fix microsoft#91446)
1 parent 29c2c60 commit da48773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/browser/parts/notifications/notificationsActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class HideNotificationsCenterAction extends Action {
6363
label: string,
6464
@ICommandService private readonly commandService: ICommandService
6565
) {
66-
super(id, label, 'codicon-close');
66+
super(id, label, 'codicon-chevron-down');
6767
}
6868

6969
run(notification: INotificationViewItem): Promise<any> {

0 commit comments

Comments
 (0)