style: improve text colors in dark mode

This commit is contained in:
AnotiaWang
2025-02-14 15:53:29 +08:00
parent e7296df78f
commit 55503b9bbd
3 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ until modelValue's length > 0 -->
</div>
</template>
<template #content="{ item }">
<p class="text-sm text-gray-500 whitespace-pre-wrap mb-4">
<p class="text-sm text-gray-500 dark:text-gray-400 whitespace-pre-wrap mb-4">
{{ item.content }}
</p>
</template>