1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

[fix] System theming in the Safari extension (#3107)

This commit is contained in:
Addison Beck
2022-07-14 14:47:45 -04:00
committed by GitHub
parent 97f544f7e1
commit 4be301f125
3 changed files with 20 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ export class ThemingService implements AbstractThemingService {
constructor(
private stateService: StateService,
private mediaMatcher: MediaMatcher,
private mediaMatcher: MediaMatcher | Window,
@Inject(DOCUMENT) private document: Document
) {
this.monitorThemeChanges();