fix task icon in dashboard (#1174)

This commit is contained in:
Abbie Petchtes
2018-04-18 15:49:46 -07:00
committed by GitHub
parent f0aadebd2c
commit 4b454581fd
4 changed files with 44 additions and 11 deletions

View File

@@ -238,7 +238,8 @@ export class NewProfilerAction extends Task {
super({
id: NewProfilerAction.ID,
title: NewProfilerAction.LABEL,
iconPath: { dark: NewProfilerAction.ICON, light: NewProfilerAction.ICON }
iconPath: { dark: NewProfilerAction.ICON, light: NewProfilerAction.ICON },
iconClass: NewProfilerAction.ICON
});
}