diff --git a/frontend/src/components/Recipe/FavoriteBadge.vue b/frontend/src/components/Recipe/FavoriteBadge.vue index 458fc2916..d6de97763 100644 --- a/frontend/src/components/Recipe/FavoriteBadge.vue +++ b/frontend/src/components/Recipe/FavoriteBadge.vue @@ -3,7 +3,7 @@ small @click.prevent="toggleFavorite" v-if="isFavorite || showAlways" - :color="isFavorite && buttonStyle ? 'secondary' : 'primary'" + :color="buttonStyle ? 'primary' : 'secondary'" :icon="!buttonStyle" :fab="buttonStyle" >