diff --git a/assets/js/bestellformular.js b/assets/js/bestellformular.js index 0467bdd..88cc389 100644 --- a/assets/js/bestellformular.js +++ b/assets/js/bestellformular.js @@ -187,7 +187,7 @@ function handleSubmit(e) { if (data.success) { submitButton.style.display = 'none' notification.innerHTML = `${currentMessages.thankyou}` - notification.className = 'bg-green-500 text-white px-4 py-2 rounded block' + notification.className = 'bg-green-500 text-black px-4 py-2 rounded block' } else { submitButton.style.display = 'none' notification.textContent = data.message