From 6e5025725a9f65bdc75ec8336cd6706cfedbe328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Fri, 27 Jan 2023 11:49:27 +0100 Subject: [PATCH] more TODOs --- .../src/backoffice/themes/themes/dark.theme.ts | 1 + .../src/backoffice/themes/themes/high-contrast.theme.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/themes/themes/dark.theme.ts b/src/Umbraco.Web.UI.Client/src/backoffice/themes/themes/dark.theme.ts index c4a593c652..205d01ec14 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/themes/themes/dark.theme.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/themes/themes/dark.theme.ts @@ -1,6 +1,7 @@ import { css } from 'lit'; import { UmbTheme } from '../theme.service'; +// TODO: We should get this from UUI, and it should be served through an extension. const name = 'Dark'; const cssResult = css` :root { diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/themes/themes/high-contrast.theme.ts b/src/Umbraco.Web.UI.Client/src/backoffice/themes/themes/high-contrast.theme.ts index a32b903c35..d7b1090c91 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/themes/themes/high-contrast.theme.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/themes/themes/high-contrast.theme.ts @@ -1,6 +1,7 @@ import { css } from 'lit'; import { UmbTheme } from '../theme.service'; +// TODO: We should get this from UUI, and it should be served through an extension. const name = 'High Contrast'; const cssResult = css` :root {