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")}` } });