refactor: comment out video player section

This commit is contained in:
2026-03-10 17:38:52 +05:30
parent 305f950f1e
commit 557b6609b5
2 changed files with 3 additions and 3 deletions

View File

@@ -236,7 +236,7 @@ function DetailedSummarySection({
{allDetections.map(({ detection, locationName, packageName }, idx) => (
<div
key={`${detection.id}-${idx}`}
className="text-xs p-2 bg-white dark:bg-gray-900 rounded shadow-sm border border-gray-100 dark:border-gray-800"
className="text-xs p-2 bg-white border border-slate-200 rounded-md "
>
<div className="flex items-center justify-between mb-1">