Skip to content

Commit

Permalink
fix(BaseAutocompleteItem): refactor component: updated icon shape and…
Browse files Browse the repository at this point in the history
… color
  • Loading branch information
driss-chelouati committed Dec 20, 2023
1 parent 2277c59 commit 2736618
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/form/BaseAutocompleteItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ const markedSublabel = useNinjaMark(() => sublabel.value, query, mark)
<BaseIconBox
v-else-if="icon && !media"
size="sm"
shape="rounded"
rounded="sm"
color="none"
class="me-1"
>
<Icon
Expand Down

0 comments on commit 2736618

Please sign in to comment.