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, roam: this.style === 'widget' ? false : true,
itemStyle: { itemStyle: {
borderColor: 'black', borderColor: 'black',
color: '#ffffff44' color: '#272b3f'
}, },
scaleLimit: { scaleLimit: {
min: 1.3, min: 1.3,