diff --git a/app/bibleview-js/src/components/BookmarkButtons.vue b/app/bibleview-js/src/components/BookmarkButtons.vue index 223c6477bd..dd0a6804b4 100644 --- a/app/bibleview-js/src/components/BookmarkButtons.vue +++ b/app/bibleview-js/src/components/BookmarkButtons.vue @@ -30,10 +30,14 @@ v-if="!inBookmarkModal" class="bookmark-button" @click.stop="$emit('edit-clicked')" - :class="{highlighted: inBookmarkModal && bookmark.hasNote}" - :style="buttonColor(primaryLabel.color, bookmark.hasNote)" + :style="buttonColor(primaryLabel.color)" > - + +
- + +