From ef63db8e18ee2b4a312bb297437fcb068bf16da8 Mon Sep 17 00:00:00 2001 From: Nic Dobbins Date: Tue, 11 Jan 2022 13:39:29 -0800 Subject: [PATCH] Fixed notification modal transparent background --- .../components/Modals/NotificationModal/NotificationModal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui-client/src/components/Modals/NotificationModal/NotificationModal.css b/src/ui-client/src/components/Modals/NotificationModal/NotificationModal.css index 8b92be6a3..6dab23f99 100644 --- a/src/ui-client/src/components/Modals/NotificationModal/NotificationModal.css +++ b/src/ui-client/src/components/Modals/NotificationModal/NotificationModal.css @@ -6,7 +6,7 @@ */ .notification-modal { - background-color: rgba(0,0,0,0.02); + background-color: white; bottom: 4%; border: 1px solid rgb(230,230,230); box-shadow: 0px 4px 10px rgba(7, 7, 7, 0.3);