Actualizar asignados.html

This commit is contained in:
2026-03-17 22:40:59 +00:00
parent bbd4295455
commit 9e76c5f57c

View File

@@ -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);