Actualizar buscar.html

This commit is contained in:
2026-03-17 23:02:20 +00:00
parent c07c0918e1
commit ffbf48e605

View File

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