fix color 2

This commit is contained in:
2026-01-26 17:00:07 +07:00
parent 6c4015f8c4
commit fc86b3472e
3 changed files with 6 additions and 7 deletions

View File

@@ -109,9 +109,8 @@ const bgClass = computed(() => {
</div>
<!-- Unread indicator -->
<div class="absolute left-2 top-1/10 -translate-y-1/2 w-2 h-2 rounded-full bg-primary">
<div v-if="!notification.read"
class="absolute left-2 top-1/10 -translate-y-1/2 w-2 h-2 rounded-full bg-primary">
</div>
<!-- <div v-if="!notification.read" class="absolute left-2 top-1/2 -translate-y-1/2 w-2 h-2 rounded-full bg-primary">
</div> -->
</div>
</template>