Skip to content

Commit eda154a

Browse files
committed
Fix compilation error
1 parent 7d0d786 commit eda154a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/platform/theme/common/styler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,6 @@ export const defaultDialogStyles = <IDialogStyleOverrides>{
347347
};
348348

349349

350-
export function attachDialogStyler(widget: IThemable, themeService, style?: IDialogStyleOverrides): IDisposable {
350+
export function attachDialogStyler(widget: IThemable, themeService: IThemeService, style?: IDialogStyleOverrides): IDisposable {
351351
return attachStyler(themeService, { ...defaultDialogStyles, ...style }, widget);
352352
}

0 commit comments

Comments
 (0)