diff --git a/asignados.html b/asignados.html
index 81e6fb6..6e6b013 100644
--- a/asignados.html
+++ b/asignados.html
@@ -246,7 +246,7 @@
let pickerSelectedDate = "";
let pickerSelectedTime = "";
- // --- SISTEMA DE TEMA DINÁMICO (VERSIÓN TODOTERRENO) ---
+ // --- SISTEMA DE TEMA DINÁMICO (VERSIÓN TODOTERRENO DEFINITIVA) ---
async function applyTheme() {
try {
let theme = JSON.parse(localStorage.getItem('app_theme'));
@@ -268,7 +268,7 @@
}
}
- // 3. Pintamos la app
+ // 3. Pintamos la app corporativa
if(theme && theme.primary) {
document.documentElement.style.setProperty('--primary', theme.primary);
document.documentElement.style.setProperty('--secondary', theme.secondary);