This commit is contained in:
hamid zarghami
2025-07-29 17:00:36 +03:30
parent 5502e45d10
commit ef26c63e33
6 changed files with 35 additions and 46 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ const List: FC = () => {
<div className="flex flex-col gap-1 w-full">
<div className="flex items-center gap-2 w-full">
<span className="text-[#0038FF] text-sm font-medium">پیش نویس</span>
<span className="text-xs text-gray-500 whitespace-nowrap ml-auto">
<span className="text-[10px] text-gray-500 whitespace-nowrap ml-auto">
{formatTime(item.date)}
</span>
</div>