From 9e76c5f57cda3fa3808114fde089051441288fdb Mon Sep 17 00:00:00 2001 From: marsalva Date: Tue, 17 Mar 2026 22:40:59 +0000 Subject: [PATCH] Actualizar asignados.html --- asignados.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);