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);