Skip to content

Commit

Permalink
Merge pull request #162 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
jlpereira authored Sep 28, 2023
2 parents 85006c4 + aa95b77 commit 16c2a11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div
class="overflow-hidden w-full relative"
class="w-full relative"
:style="containerStyle"
>
<Transition name="fade">
Expand All @@ -17,7 +17,7 @@
</div>
<span
v-if="currentDepiction.objectId"
class="z-10 text-white text-sm drop-shadow absolute bottom-2 right-4"
class="z-10 text-white text-sm drop-shadow absolute bottom-2 right-0 px-4"
>
<RouterLink
v-if="isOtu"
Expand Down

0 comments on commit 16c2a11

Please sign in to comment.