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