Fix Mangaanames in lightmode being unreadable

This commit is contained in:
2025-10-13 19:16:17 +02:00
parent 6a16288856
commit a6c8139982
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
</template>
<template #leading>
<p class="mr-1">Downloaded:</p>
<Icon v-if="chapter.downloaded" name="i-lucide-circle-check-big" class="stroke-green-500" />
<Icon v-if="chapter.downloaded" name="i-lucide-circle-check-big" />
<Icon v-else name="i-lucide-circle-x" />
</template>
<template #footer>