mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -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 {
|
} else {
|
||||||
DOM.append(this._rightFooter!, footerButton);
|
DOM.append(this._rightFooter!, footerButton);
|
||||||
}
|
}
|
||||||
|
attachButtonStyler(button, this._themeService);
|
||||||
this._footerButtons.push(button);
|
this._footerButtons.push(button);
|
||||||
return button;
|
return button;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user