diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/themes/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/themes/manifests.ts index 80de990440..c0fa95cccf 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/themes/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/themes/manifests.ts @@ -16,14 +16,14 @@ export const themes: Array = [ { type: 'theme', alias: 'umb-dark-theme', - name: 'Dark', + name: 'Dark (Experimental)', css: '/umbraco/backoffice/css/dark.theme.css', weight: 200, }, { type: 'theme', alias: 'umb-high-contrast-theme', - name: 'High contrast', + name: 'High contrast (Experimental)', css: '/umbraco/backoffice/css/high-contrast.theme.css', weight: 100, }, diff --git a/src/Umbraco.Web.UI.Client/src/packages/user/current-user/theme/current-user-theme-user-profile-app.element.ts b/src/Umbraco.Web.UI.Client/src/packages/user/current-user/theme/current-user-theme-user-profile-app.element.ts index e595587861..1b150cf8b1 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/user/current-user/theme/current-user-theme-user-profile-app.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/user/current-user/theme/current-user-theme-user-profile-app.element.ts @@ -48,7 +48,7 @@ export class UmbCurrentUserThemeUserProfileAppElement extends UmbLitElement { render() { if (!this._themes.length) return nothing; return html` - + `;