Changed approx results variant style.
This commit is contained in:
parent
3e79c2ee16
commit
416bdf676a
|
|
@ -691,7 +691,7 @@ useIntersectionObserver(
|
||||||
<div class="flex items-center gap-1 shrink-0">
|
<div class="flex items-center gap-1 shrink-0">
|
||||||
<UChip v-if="row.activity.unread" />
|
<UChip v-if="row.activity.unread" />
|
||||||
<UTooltip text="Cantidad aproximada de resultados">
|
<UTooltip text="Cantidad aproximada de resultados">
|
||||||
<UBadge v-if="row.bodyMatchCount>0" :label="row.bodyMatchCount" size="sm" variant="outline" />
|
<UBadge v-if="row.bodyMatchCount>0" :label="row.bodyMatchCount" size="sm" variant="soft" />
|
||||||
</UTooltip>
|
</UTooltip>
|
||||||
<UTooltip
|
<UTooltip
|
||||||
v-if="collection"
|
v-if="collection"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue