From 962ee9e9550091a3d9bc6c6acb01533b501ad0b0 Mon Sep 17 00:00:00 2001 From: Nishit Suwal <81785002+NSUWAL123@users.noreply.github.com> Date: Tue, 27 Feb 2024 05:28:03 +0545 Subject: [PATCH] fix: default map background changed to white (#1281) --- src/frontend/src/styles/home.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/styles/home.scss b/src/frontend/src/styles/home.scss index c5cd606cab..cbbb27b261 100755 --- a/src/frontend/src/styles/home.scss +++ b/src/frontend/src/styles/home.scss @@ -25,7 +25,7 @@ } .map { - background: #85ccf9; + background: #ffffff; position: relative; }