chore(CommandPaletteGroup): rename ui.group.command.selected.icon to ui.group.command.selectedIcon.base

This commit is contained in:
Benjamin Canac
2023-05-11 14:21:01 +02:00
parent c7e0cb40e7
commit cc65afafbd
2 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@
</div>
</div>
<UIcon v-if="selected" :name="selectedIcon" :class="ui.group.command.selected.icon" aria-hidden="true" />
<UIcon v-if="selected" :name="selectedIcon" :class="ui.group.command.selectedIcon.base" aria-hidden="true" />
<slot v-else-if="active && (group.active || $slots[`${group.key}-active`])" :name="`${group.key}-active`" :group="group" :command="command">
<span v-if="group.active" :class="ui.group.active">{{ group.active }}</span>
</slot>