Actualizar configuracion.html

This commit is contained in:
2026-02-20 17:43:39 +00:00
parent e1a1383958
commit 78dc631d78

View File

@@ -703,6 +703,7 @@
} catch(e) { showToast("Error de conexión", true); }
}
function showToast(msg, isError = false) {
const t = document.getElementById('toast'), m = document.getElementById('toastMsg');
t.className = `fixed bottom-5 right-5 px-6 py-3 rounded-lg shadow-xl transition-all duration-300 z-50 flex items-center gap-3 ${isError ? 'bg-red-600' : 'bg-slate-800'} text-white font-medium`;