mirror of
https://github.com/mempool/mempool.git
synced 2025-01-19 05:34:03 +01:00
fix graph filter dropdown colors
This commit is contained in:
parent
6076eeed46
commit
689319437a
@ -196,7 +196,7 @@ export class StatisticsComponent implements OnInit {
|
||||
this.feeLevelDropdownData.push({
|
||||
fee: fee,
|
||||
range,
|
||||
color: _chartColors[i - 1],
|
||||
color: _chartColors[i],
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user