diff --git a/src/components/ItemTag.vue b/src/components/ItemTag.vue index 200b8e18..beef6654 100644 --- a/src/components/ItemTag.vue +++ b/src/components/ItemTag.vue @@ -1,9 +1,6 @@ @@ -21,6 +18,14 @@ export default { }, }, + computed: { + bulletStyle() { + return { + background: this.item?.color || contributorTagColor(this.item.name), + }; + }, + }, + methods: { contributorTagColor, },