diff --git a/src/components/list/partials/list-card.vue b/src/components/list/partials/list-card.vue index 6a70ebb54..27f68c442 100644 --- a/src/components/list/partials/list-card.vue +++ b/src/components/list/partials/list-card.vue @@ -5,7 +5,7 @@ 'has-background': blurHashUrl !== '' || background !== null, }" :style="{ - 'background-color': list.hexColor, + 'border-color': `${list.hexColor}`, 'background-image': blurHashUrl !== null ? `url(${blurHashUrl})` : false, }" :to="{ name: 'list.index', params: { listId: list.id} }" @@ -85,6 +85,7 @@ async function loadBackground() { } const listStore = useListStore() +