stop using uui-caret
This commit is contained in:
@@ -120,7 +120,7 @@ export class UmbAppLanguageSelectElement extends UmbLitElement {
|
||||
|
||||
#renderTrigger() {
|
||||
return html`<button id="toggle" slot="trigger" @click=${this.#onClick}>
|
||||
${this._appLanguage?.name} <uui-caret></uui-caret>
|
||||
${this._appLanguage?.name} <uui-symbol-expand></uui-symbol-expand>
|
||||
</button>`;
|
||||
}
|
||||
|
||||
|
||||
@@ -172,7 +172,7 @@ export class UmbVariantSelectorElement extends UmbLitElement {
|
||||
@click=${this._toggleVariantSelector}
|
||||
title=${ifDefined(this._variantTitleName)}>
|
||||
${this._variantDisplayName}
|
||||
<uui-caret></uui-caret>
|
||||
<uui-symbol-expand></uui-symbol-expand>
|
||||
</uui-button>
|
||||
</div>
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user