Auto commit: 2026-01-08T12:35:20.881Z

This commit is contained in:
Flatlogic Bot 2026-01-08 12:35:20 +00:00
parent 4110081df9
commit 251c57f6f7
2 changed files with 12 additions and 2 deletions

View File

@ -45,7 +45,17 @@ const ListComments = ({ comments, loading, onDelete, currentPage, numPages, onPa
'flex-1 px-4 py-6 h-24 flex divide-x-2 divide-stone-300 items-center overflow-hidden`}> dark:divide-dark-700 overflow-x-auto'
}
>
<div className="flex flex-col ml-4">
<div className="text-lg font-semibold text-gray-800 dark:text-white">
{item.author?.fullName || 'Anonymous'}
</div>
<div className="text-sm text-gray-500 dark:text-gray-400">
{dataFormatter.dateFormatter(item.created)}
</div>
<div className="mt-2 text-gray-600 dark:text-gray-300">
{item.content}
</div>
</div>
</Link>
<ListActionsPopover
onDelete={onDelete}

View File

@ -68,7 +68,7 @@ module.exports = {
pastelEmeraldTheme: {
text: '#515564',
text: '#030A0D',
iconsColor: '#030A0D',
mainBG: '#DFECF2',
buttonColor: '#030A0D',