mirror of
https://github.com/bitwarden/browser
synced 2026-02-23 16:13:21 +00:00
wip
This commit is contained in:
@@ -44,5 +44,6 @@ export class DefaultThemeStateService implements ThemeStateService {
|
||||
await this.selectedThemeState.update(() => theme, {
|
||||
shouldUpdate: (currentTheme) => currentTheme !== theme,
|
||||
});
|
||||
// globalThis?.localStorage?.setItem("theme", theme);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user