Actualizar asignados.html
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user