From 9cb38781220dec95ac099e5a99899bfcd210af45 Mon Sep 17 00:00:00 2001 From: Abhinav-grd Date: Fri, 11 Jun 2021 13:04:35 +0530 Subject: [PATCH] changed backdrop opacity to 0.8 --- src/pages/_app.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index 5ec5b69b8..72bba7b20 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -109,6 +109,7 @@ const GlobalStyles = createGlobalStyle` } .modal-backdrop { z-index:2000; + opacity:0.8 !important; } .modal .card , .table { background-color: #202020;