fix the icon sizing issue (#13522)

This commit is contained in:
Alan Ren
2020-11-23 13:02:52 -08:00
committed by GitHub
parent 21ddf30a7b
commit 6e0a4f27de
4 changed files with 30 additions and 14 deletions

View File

@@ -187,6 +187,14 @@ export default class ButtonComponent extends ComponentWithIconBase<azdata.Button
}
}
protected get defaultIconHeight(): number {
return 15;
}
protected get defaultIconWidth(): number {
return 15;
}
// CSS-bound properties
private get label(): string {