0
0
Fork 0

style: fix color when is empty

This commit is contained in:
Javier Segarra 2024-05-20 11:16:05 +02:00
parent 7197881cdd
commit febc88203d
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ const tags = computed(() => {
max-width: 4rem;
}
.empty {
border: 1px solid $color-spacer-light;
border: 1px solid #2b2b2b;
}
}
</style>