mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
fix favorite color issue
This commit is contained in:
parent
6f38fcf81b
commit
0d9958ac7c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
small
|
small
|
||||||
@click.prevent="toggleFavorite"
|
@click.prevent="toggleFavorite"
|
||||||
v-if="isFavorite || showAlways"
|
v-if="isFavorite || showAlways"
|
||||||
:color="isFavorite && buttonStyle ? 'secondary' : 'primary'"
|
:color="buttonStyle ? 'primary' : 'secondary'"
|
||||||
:icon="!buttonStyle"
|
:icon="!buttonStyle"
|
||||||
:fab="buttonStyle"
|
:fab="buttonStyle"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue