diff --git a/frontend/projects/shared-meet-components/src/lib/services/theme.service.ts b/frontend/projects/shared-meet-components/src/lib/services/theme.service.ts index 9c59ce8..cb83841 100644 --- a/frontend/projects/shared-meet-components/src/lib/services/theme.service.ts +++ b/frontend/projects/shared-meet-components/src/lib/services/theme.service.ts @@ -7,7 +7,7 @@ export type Theme = 'light' | 'dark'; providedIn: 'root' }) export class ThemeService { - private readonly THEME_KEY = 'ov-meet-theme'; + private readonly THEME_KEY = 'ovMeet-theme'; private readonly _currentTheme = signal('light'); // Computed signals for reactivity diff --git a/frontend/src/index.html b/frontend/src/index.html index c779755..4e5a567 100644 --- a/frontend/src/index.html +++ b/frontend/src/index.html @@ -14,7 +14,7 @@