From 8c30130432ed88fa32344391934b326b76dbc1e8 Mon Sep 17 00:00:00 2001 From: Bruno Severino Date: Wed, 11 Dec 2024 10:08:55 -0300 Subject: [PATCH] =?UTF-8?q?feat(theme):=20adicionado=20melhoria=20no=20tem?= =?UTF-8?q?a=20para=20diferentes=20acessibilidades=20Adicionado=20possibil?= =?UTF-8?q?idade=20de=20passar=20mais=20de=20uma=20op=C3=A7=C3=A3o=20de=20?= =?UTF-8?q?tema=20de=20acessibilidade=20como=20exemplo:=20=E2=80=98AA?= =?UTF-8?q?=E2=80=99=20e=20=E2=80=98AAA=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes DTHFUI-9037 --- projects/ui/src/lib/po.module.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/projects/ui/src/lib/po.module.ts b/projects/ui/src/lib/po.module.ts index 7a96bcb953..f2ffa99771 100644 --- a/projects/ui/src/lib/po.module.ts +++ b/projects/ui/src/lib/po.module.ts @@ -30,10 +30,4 @@ import { PoThemeA11yEnum, poThemeDefault, PoThemeService, PoThemeTypeEnum } from providers: [PoNotificationService], bootstrap: [] }) -export class PoModule { - constructor(private themeService: PoThemeService) { - if (this.themeService.getThemeActive() === undefined) { - this.themeService.setTheme(poThemeDefault, PoThemeTypeEnum.light, PoThemeA11yEnum.AAA, false); - } - } -} +export class PoModule {}