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 5f89e07171..b513831863 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 @@ -1,4 +1,4 @@ -import { css, html, customElement, state, nothing, repeat } from '@umbraco-cms/backoffice/external/lit'; +import { css, html, customElement, state, nothing } from '@umbraco-cms/backoffice/external/lit'; import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element'; import { umbExtensionsRegistry } from '@umbraco-cms/backoffice/extension-registry'; import { UMB_THEME_CONTEXT } from '@umbraco-cms/backoffice/themes'; @@ -50,28 +50,15 @@ export class UmbCurrentUserThemeUserProfileAppElement extends UmbLitElement { return html` Experimental - + `; } static override styles = [ css` - select { + uui-select { width: 100%; - font: inherit; - color: var(--uui-color-text); - background-color: var(--uui-color-surface); - padding: var(--uui-size-1) var(--uui-size-space-3); - border: 1px solid var(--uui-color-border); - height: var(--uui-size-11); - box-sizing: border-box; } `, ];