From febc88203d7b50d7c16da7c0dd3078da5f20bad1 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Mon, 20 May 2024 11:16:05 +0200 Subject: [PATCH] style: fix color when is empty --- src/components/ui/FetchedTags.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/FetchedTags.vue b/src/components/ui/FetchedTags.vue index 795e1ab4e..d05e9c40f 100644 --- a/src/components/ui/FetchedTags.vue +++ b/src/components/ui/FetchedTags.vue @@ -73,7 +73,7 @@ const tags = computed(() => { max-width: 4rem; } .empty { - border: 1px solid $color-spacer-light; + border: 1px solid #2b2b2b; } }