add attach styler for modal dialog footer buttons (#14395)

This commit is contained in:
Alan Ren
2021-02-23 09:40:10 -08:00
committed by GitHub
parent 2e1fe9a266
commit eb58cd74e7

View File

@@ -534,7 +534,7 @@ export abstract class Modal extends Disposable implements IThemable {
} else {
DOM.append(this._rightFooter!, footerButton);
}
attachButtonStyler(button, this._themeService);
this._footerButtons.push(button);
return button;
}