提交 eda154a1 编写于 作者: A Alex Dima

Fix compilation error

上级 7d0d7861
......@@ -347,6 +347,6 @@ export const defaultDialogStyles = <IDialogStyleOverrides>{
};
export function attachDialogStyler(widget: IThemable, themeService, style?: IDialogStyleOverrides): IDisposable {
export function attachDialogStyler(widget: IThemable, themeService: IThemeService, style?: IDialogStyleOverrides): IDisposable {
return attachStyler(themeService, { ...defaultDialogStyles, ...style }, widget);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册