Skip to content

Commit 4b034c1

Browse files
Changed background color (#470)
1 parent 9d8cc0d commit 4b034c1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

app/views/my/mailroom/index.html.erb

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,13 @@
2727
<% end %>
2828
</section>
2929
<% else %>
30-
<section class="bg-yellow bg-opacity-10 border border-yellow rounded-lg p-6 mb-8">
30+
<section class="bg-orange bg-opacity-10 border border-orange rounded-lg p-6 mb-8">
31+
3132
<div class="flex items-center gap-3 mb-3">
32-
<div class="w-8 h-8 bg-yellow rounded-full flex items-center justify-center">
33-
<span class="text-darker text-sm font-bold">!</span>
34-
</div>
35-
<h2 class="text-xl font-bold text-yellow">Mailing Address Required</h2>
33+
<img src="https://upload.wikimedia.org/wikipedia/commons/8/83/Emergency_Light.gif" alt="Emergency Light" class="w-8 h-8">
34+
<h2 class="text-xl font-bold text-dark">No Address Added!</h2>
3635
</div>
37-
<p class="text-lg mb-4">You need to add your mailing address for your mail to be sent.</p>
36+
<p class="text-lg text-dark">You need to add your mailing address to receive physical mail and rewards.</p>
3837
<%= link_to "Add my address", edit_my_mailing_address_path,
3938
class: "bg-primary hover:bg-red text-white px-6 py-3 rounded-lg font-semibold transition-colors inline-block" %>
4039
</section>

0 commit comments

Comments
 (0)