mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-24 23:35:22 -07:00
fix user fav opacity
This commit is contained in:
parent
a486dfe34d
commit
54b75b7f91
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
<v-list-item-title class="pr-2 pl-1">
|
<v-list-item-title class="pr-2 pl-1">
|
||||||
{{ sessionUser.fullName }}
|
{{ sessionUser.fullName }}
|
||||||
</v-list-item-title>
|
</v-list-item-title>
|
||||||
<v-list-item-subtitle>
|
<v-list-item-subtitle class="opacity-100">
|
||||||
<v-btn v-if="isOwnGroup" class="px-2 pa-0" variant="text" :to="userFavoritesLink" size="small">
|
<v-btn v-if="isOwnGroup" class="px-2 pa-0" variant="text" :to="userFavoritesLink" size="small">
|
||||||
<v-icon start size="small">
|
<v-icon start size="small">
|
||||||
{{ $globals.icons.heart }}
|
{{ $globals.icons.heart }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue