From 5781c986ac88bbef2a26e602d849cb7415bfa226 Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Wed, 19 Jun 2019 14:46:19 +0300 Subject: [PATCH] fix(country orders): use different background color --- .../country-orders/map/country-orders-map.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pages/e-commerce/country-orders/map/country-orders-map.component.scss b/src/app/pages/e-commerce/country-orders/map/country-orders-map.component.scss index 18a92491..4971ddec 100644 --- a/src/app/pages/e-commerce/country-orders/map/country-orders-map.component.scss +++ b/src/app/pages/e-commerce/country-orders/map/country-orders-map.component.scss @@ -10,7 +10,7 @@ .leaflet-container { height: 100%; - background-color: nb-theme(layout-background-color); + background-color: nb-theme(background-basic-color-2); } ::ng-deep .leaflet-top, ::ng-deep .leaflet-bottom {