diff --git a/frontend/src/components/Recipe/FavoriteBadge.vue b/frontend/src/components/Recipe/FavoriteBadge.vue index 651bf51ba..458fc2916 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="isFavoite && buttonStyle ? 'secondary' : 'primary'" + :color="isFavorite && buttonStyle ? 'secondary' : 'primary'" :icon="!buttonStyle" :fab="buttonStyle" >