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

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,