Skip to content

Commit 7fdf915

Browse files
committed
fix(WebView): Set default background color to white
1 parent ef4190d commit 7fdf915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/models/ServiceBrowserView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export class ServiceBrowserView {
158158
width: true,
159159
height: true,
160160
});
161-
this.view.setBackgroundColor('black');
161+
this.view.setBackgroundColor('white');
162162

163163
this.isAttached = true;
164164
}

0 commit comments

Comments
 (0)