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 {