From 44a95927edb532f8982cf24c03d9fdd129016bd6 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 5 Jun 2022 21:50:26 +0200 Subject: feat: Implement new theme switcher component and backend The theme is now shared between the domain returned by base_domain() --- apps/portal/src/app/index.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/portal/src/app/index.scss') diff --git a/apps/portal/src/app/index.scss b/apps/portal/src/app/index.scss index 56ac1c0..dd4ddb6 100644 --- a/apps/portal/src/app/index.scss +++ b/apps/portal/src/app/index.scss @@ -19,3 +19,4 @@ @use '../../web-shared/src/styles/components/btn-states'; @use '../../web-shared/src/styles/components/alert'; @use '../../web-shared/src/styles/components/details'; +@use '../../web-shared/src/styles/components/light-dark-switch'; -- cgit v1.3