From 6b248fb46d06465b3860e29a7a0e8f7565aa2afd Mon Sep 17 00:00:00 2001 From: nymkappa Date: Tue, 30 Aug 2022 08:09:14 +0200 Subject: [PATCH] Change lightning channel map world color --- .../nodes-channels-map/nodes-channels-map.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.ts b/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.ts index c6a2f8f5c..1f30e96f5 100644 --- a/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.ts +++ b/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.ts @@ -238,7 +238,7 @@ export class NodesChannelsMap implements OnInit { roam: this.style === 'widget' ? false : true, itemStyle: { borderColor: 'black', - color: '#ffffff44' + color: '#272b3f' }, scaleLimit: { min: 1.3,