diff --git a/src/UI/src/app/core/services/theme.service.ts b/src/UI/src/app/core/services/theme.service.ts index adb09b1..924bf7e 100644 --- a/src/UI/src/app/core/services/theme.service.ts +++ b/src/UI/src/app/core/services/theme.service.ts @@ -3,7 +3,7 @@ import { Injectable, signal } from '@angular/core'; providedIn: 'root', }) export class ThemeService { - public default = 'light'; + public default = 'dark'; public themeChanged = signal(this.theme); constructor() {} diff --git a/src/UI/src/app/modules/auth/auth.component.html b/src/UI/src/app/modules/auth/auth.component.html index 3d9cbc7..6c8b26f 100644 --- a/src/UI/src/app/modules/auth/auth.component.html +++ b/src/UI/src/app/modules/auth/auth.component.html @@ -1,19 +1,19 @@