Skip to content

Commit 6429e8d

Browse files
Change color of background (#453)
1 parent 42e5351 commit 6429e8d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

app/views/my/mailing_addresses/show.html.erb

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,13 @@
3737
</div>
3838
</section>
3939
<% else %>
40-
<section class="bg-yellow bg-opacity-10 border border-yellow rounded-lg p-6 mb-8">
40+
<section class="bg-orange bg-opacity-10 border border-orange rounded-lg p-6 mb-8">
41+
4142
<div class="flex items-center gap-3 mb-3">
42-
<div class="w-8 h-8 bg-yellow rounded-full flex items-center justify-center">
43-
<span class="text-darker text-sm font-bold">!</span>
44-
</div>
45-
<h2 class="text-xl font-bold text-yellow">No Address Added</h2>
43+
<img src="https://upload.wikimedia.org/wikipedia/commons/8/83/Emergency_Light.gif" alt="Emergency Light" class="w-8 h-8">
44+
<h2 class="text-xl font-bold text-dark">No Address Added!</h2>
4645
</div>
47-
<p class="text-lg">You need to add your mailing address to receive physical mail and rewards.</p>
46+
<p class="text-lg text-dark">You need to add your mailing address to receive physical mail and rewards.</p>
4847
</section>
4948
<% end %>
5049

0 commit comments

Comments
 (0)