Skip to content

Commit

Permalink
Set autocomplete list color
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Sep 28, 2023
1 parent 3487afd commit 3e218ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Autocomplete/Autocomplete.global.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<li
v-for="item in list"
:key="item.id"
class="autocomplete__item px-3 py-2 border-b text-xs cursor-pointer hover:bg-secondary-color hover:bg-opacity-5 border-base-border truncate"
class="autocomplete__item px-3 py-2 border-b text-xs text-base-content cursor-pointer hover:bg-secondary-color hover:bg-opacity-5 border-base-border truncate"
@click="selectItem(item)"
>
<span v-html="item[label]" />
Expand Down

0 comments on commit 3e218ae

Please sign in to comment.