Add folder icon to project (#11904)

* Add folder icon to project

* Fix conflicts arising due to merge
This commit is contained in:
Sakshi Sharma
2020-08-27 10:50:17 -07:00
committed by GitHub
parent 21c8609eb7
commit 75812c71df
7 changed files with 35 additions and 8 deletions

View File

@@ -488,7 +488,7 @@ export class PublishDatabaseDialog {
private createLoadProfileButton(view: azdata.ModelView): azdata.ButtonComponent {
let loadProfileButton: azdata.ButtonComponent = view.modelBuilder.button().withProperties({
ariaLabel: constants.loadProfilePlaceholderText,
iconPath: IconPathHelper.folder,
iconPath: IconPathHelper.folder_blue,
height: '16px',
width: '15px'
}).component();