Change lightning channel map world color

This commit is contained in:
nymkappa 2022-08-30 08:09:14 +02:00
parent 1d571c284c
commit 6b248fb46d
No known key found for this signature in database
GPG key ID: E155910B16E8BD04

View file

@ -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,