1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-23 16:13:21 +00:00
This commit is contained in:
William Martin
2025-12-19 11:18:22 -05:00
parent 1d1eca472e
commit f2f6edcd63
4 changed files with 49 additions and 5 deletions

View File

@@ -44,5 +44,6 @@ export class DefaultThemeStateService implements ThemeStateService {
await this.selectedThemeState.update(() => theme, {
shouldUpdate: (currentTheme) => currentTheme !== theme,
});
// globalThis?.localStorage?.setItem("theme", theme);
}
}