diff --git a/presupuestos.html b/presupuestos.html index ce4f5fa..fd6db75 100644 --- a/presupuestos.html +++ b/presupuestos.html @@ -118,7 +118,7 @@
- Agendar Cita + Agendar Cita

Cliente

@@ -137,8 +137,8 @@
- @@ -539,9 +539,11 @@ `; } else if ((b.status === 'accepted' || b.status === 'paid') && !isExpired) { - actionBtns = ``; + // Usamos bg-primary-dynamic en vez de bg-emerald + actionBtns = ``; } else if (b.status === 'converted') { - actionBtns = `Agendado`; + // Usamos text-primary-dynamic + actionBtns = `Agendado`; } else { actionBtns = `Cerrado`; } @@ -729,7 +731,7 @@ if(!dateStr) { preview.classList.add('hidden'); return; } preview.classList.remove('hidden'); - list.innerHTML = '
'; + list.innerHTML = '
'; lucide.createIcons(); try { @@ -761,9 +763,9 @@ // 🛑 FIX: Leemos la hora a pintar DENTRO de raw_data const time = raw.scheduled_time ? raw.scheduled_time.substring(0,5) : 'S/H'; return ` -
- ${time} - ${pob} +
+ ${time} + ${pob}
`; }).join('');