add experimental to headline
This commit is contained in:
@@ -48,7 +48,7 @@ export class UmbCurrentUserThemeUserProfileAppElement extends UmbLitElement {
|
||||
render() {
|
||||
if (!this._themes.length) return nothing;
|
||||
return html`
|
||||
<uui-box headline="Theme">
|
||||
<uui-box headline="Theme (Experimental)">
|
||||
<uui-select label="Select theme" .options=${this._themes} @change=${this.#onThemeChange}></uui-select>
|
||||
</uui-box>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user