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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user