هذا الالتزام موجود في:
Your Name
2025-10-12 12:20:35 -04:00
الأصل 848dd920e3
التزام ad23f0d214
5 ملفات معدلة مع 6 إضافات و6 حذوفات

عرض الملف

@@ -232,7 +232,7 @@ function ShowDetails() {
{/* Column Header */}
<div className="p-4 border-b border-gray-200 bg-[#F6F6FA] rounded-lg flex justify-between items-center ">
<div className="flex items-center justify-between">
<h3 className="font-semibold text-gray-900 text-lg">{column.title}</h3>
<h3 className="text-lg font-bold text-[#2B2D3B]">{column.title}</h3>
<span className="bg-gray-100 text-gray-600 text-sm px-2 py-1 rounded-full">{column.count}</span>
</div>
<p className="text-sm text-gray-500">{column.date}</p>