Merge pull request #2443 from mempool/nymkappa/feature/channel-map-color

Update channel map color
This commit is contained in:
wiz 2022-08-30 15:54:07 +02:00 committed by GitHub
commit 868136bb38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,