This commit is contained in:
Surya Paolo
2025-12-07 10:47:58 +01:00
parent a22eca0f58
commit f238630dd7
2 changed files with 3 additions and 2 deletions

View File

@@ -1050,7 +1050,8 @@
>
<q-chip
dense
:style="`background-color: ` + calendarStore.getColByContribType(reccontr)"
:style="`background-color: ` + calendarStore.getColByContribType(reccontr) + `;`"
:icon="calendarStore.getIconByContribType(reccontr) || undefined"
text-color="white"
>
{{ calendarStore.getContribtypeById(reccontr) }}

View File

@@ -325,7 +325,7 @@
v-for="(reccontr, index) in myrec.idContribType"
:key="index"
size="32px"
:style="`background-color: ${calendarStore.getColByContribType(reccontr) || 'grey'}; opacity: 0.9; cursor: pointer;`"
:style="`background-color: ${calendarStore.getColByContribType(reccontr) || 'grey'}; opacity: 0.85; cursor: pointer;`"
class="preference-icon-avatar"
>
<q-icon