Change color of background (#453)

This commit is contained in:
Jeffrey Wang
2025-08-05 01:55:53 -04:00
committed by GitHub
parent 42e5351103
commit 6429e8d31d

View File

@@ -37,14 +37,13 @@
</div>
</section>
<% else %>
<section class="bg-yellow bg-opacity-10 border border-yellow rounded-lg p-6 mb-8">
<section class="bg-orange bg-opacity-10 border border-orange rounded-lg p-6 mb-8">
<div class="flex items-center gap-3 mb-3">
<div class="w-8 h-8 bg-yellow rounded-full flex items-center justify-center">
<span class="text-darker text-sm font-bold">!</span>
</div>
<h2 class="text-xl font-bold text-yellow">No Address Added</h2>
<img src="https://upload.wikimedia.org/wikipedia/commons/8/83/Emergency_Light.gif" alt="Emergency Light" class="w-8 h-8">
<h2 class="text-xl font-bold text-dark">No Address Added!</h2>
</div>
<p class="text-lg">You need to add your mailing address to receive physical mail and rewards.</p>
<p class="text-lg text-dark">You need to add your mailing address to receive physical mail and rewards.</p>
</section>
<% end %>