Update open existing dialog icons (#13571)

* update open existing dialog icons

* undo removing folder.svg

* remove max width and max height
This commit is contained in:
Kim Santiago
2020-12-01 13:01:56 -08:00
committed by GitHub
parent 0b1239b755
commit 593cb45a50
7 changed files with 40 additions and 16 deletions

View File

@@ -84,8 +84,8 @@ export class NewProjectDialog extends DialogBase {
]
};
}),
iconHeight: '50px',
iconWidth: '50px',
iconHeight: '75px',
iconWidth: '75px',
cardWidth: '170px',
cardHeight: '170px',
ariaLabel: constants.TypeTitle,