styleing issue

This commit is contained in:
pradeepkumar
2026-01-24 22:23:15 +05:30
parent 5ce7934289
commit b927d89e49

View File

@@ -753,9 +753,8 @@ export default function SectionDetailPage() {
className="flex items-center justify-between px-3 py-2 bg-gray-50 rounded" className="flex items-center justify-between px-3 py-2 bg-gray-50 rounded"
> >
<span className="text-sm"> <span className="text-sm">
<span className="text-gray-500">{opt.value}</span> <span className="font-medium text-gray-900">{opt.label}</span>
<span className="mx-2"></span> <span className="text-xs text-gray-400 ml-2">({opt.value})</span>
<span className="font-medium">{opt.label}</span>
</span> </span>
<button <button
type="button" type="button"