From ffbf48e605acab4202fb432b537293e5def90817 Mon Sep 17 00:00:00 2001 From: marsalva Date: Tue, 17 Mar 2026 23:02:20 +0000 Subject: [PATCH] Actualizar buscar.html --- buscar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buscar.html b/buscar.html index f61058a..c02741a 100644 --- a/buscar.html +++ b/buscar.html @@ -217,7 +217,7 @@ 'rose': { bg: 'bg-rose-100', text: 'text-rose-700', dot: 'bg-rose-500', border: 'border-rose-200' } }; - async function applyTheme() { + async function applyTheme() { try { let theme = JSON.parse(localStorage.getItem('app_theme')); const res = await fetch(`${API_URL}/config/company`, { headers: { "Authorization": `Bearer ${localStorage.getItem("token")}` } });