We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0d786 commit eda154aCopy full SHA for eda154a
1 file changed
src/vs/platform/theme/common/styler.ts
@@ -347,6 +347,6 @@ export const defaultDialogStyles = <IDialogStyleOverrides>{
347
};
348
349
350
-export function attachDialogStyler(widget: IThemable, themeService, style?: IDialogStyleOverrides): IDisposable {
+export function attachDialogStyler(widget: IThemable, themeService: IThemeService, style?: IDialogStyleOverrides): IDisposable {
351
return attachStyler(themeService, { ...defaultDialogStyles, ...style }, widget);
352
}
0 commit comments