mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add class gradido-background-azure on transaction-decay
This commit is contained in:
parent
781130d14c
commit
9fb21c3ad9
@ -15,7 +15,7 @@
|
||||
<div v-for="({ id, typeId }, index) in transactions" :key="id">
|
||||
<transaction-list-item :typeId="typeId" class="pointer">
|
||||
<template #DECAY>
|
||||
<transaction-decay class="list-group-item" v-bind="transactions[index]" />
|
||||
<transaction-decay class="list-group-item gradido-background-beige" v-bind="transactions[index]" />
|
||||
</template>
|
||||
|
||||
<template #SEND>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user