mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 22:25:34 +01:00
Change lightning channel map world color
This commit is contained in:
parent
1d571c284c
commit
6b248fb46d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue