From 4ac746d2f8cd915b9113383da48cc6779a266cd6 Mon Sep 17 00:00:00 2001 From: Jen <45193617+jengu288@users.noreply.github.com> Date: Thu, 1 Feb 2024 20:49:33 -0800 Subject: [PATCH] Change colour of badge for contrast --- client/src/components/gameShared/NotificationCount.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/gameShared/NotificationCount.vue b/client/src/components/gameShared/NotificationCount.vue index e208a09..5e189ce 100644 --- a/client/src/components/gameShared/NotificationCount.vue +++ b/client/src/components/gameShared/NotificationCount.vue @@ -2,7 +2,7 @@ + :class="{ 'bg-burgundy': !nextMajority, 'bg-orange': nextMajority }">