make the error box gray background instead

This commit is contained in:
2026-02-10 11:25:38 -07:00
parent 4f20d85bd1
commit e163224a62
+2 -2
View File
@@ -9,9 +9,9 @@
<div class="p-4"> <div class="p-4">
<!-- Error Dialog --> <!-- Error Dialog -->
<div class="max-w-2xl w-full"> <div class="max-w-2xl w-full">
<div class="bg-white border-2 border-red-600 rounded-lg shadow-2xl overflow-hidden"> <div class="bg-white border-2 border-gray-600 rounded-lg shadow-2xl overflow-hidden">
<!-- Dialog Header --> <!-- Dialog Header -->
<div class="bg-red-600 px-6 py-4"> <div class="bg-gray-600 px-6 py-4">
<h1 class="text-white text-2xl font-bold text-center flex items-center justify-center gap-3"> <h1 class="text-white text-2xl font-bold text-center flex items-center justify-center gap-3">
<span class="text-3xl">🛑</span>Amsterdam Error<span class="text-3xl">🛑</span> <span class="text-3xl">🛑</span>Amsterdam Error<span class="text-3xl">🛑</span>
</h1> </h1>