From 4b034c1246be24901f63b2ec67c37cb4cf1744d5 Mon Sep 17 00:00:00 2001 From: Jeffrey Wang <66625372+JeffreyWangDev@users.noreply.github.com> Date: Mon, 18 Aug 2025 22:51:37 -0400 Subject: [PATCH] Changed background color (#470) --- app/views/my/mailroom/index.html.erb | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/app/views/my/mailroom/index.html.erb b/app/views/my/mailroom/index.html.erb index 824482b..6a77be2 100644 --- a/app/views/my/mailroom/index.html.erb +++ b/app/views/my/mailroom/index.html.erb @@ -27,14 +27,13 @@ <% end %> <% else %> -
+
+
-
- ! -
-

Mailing Address Required

+ Emergency Light +

No Address Added!

-

You need to add your mailing address for your mail to be sent.

+

You need to add your mailing address to receive physical mail and rewards.

<%= link_to "Add my address", edit_my_mailing_address_path, class: "bg-primary hover:bg-red text-white px-6 py-3 rounded-lg font-semibold transition-colors inline-block" %>