mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
add attach styler for modal dialog footer buttons (#14395)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user