Merge pull request #3832 from mempool/mononaut/fix-graph-filter-colors

fix graph filter dropdown colors
This commit is contained in:
softsimon 2023-06-06 17:53:56 +04:00 committed by GitHub
commit eb8c38e4e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,7 +196,7 @@ export class StatisticsComponent implements OnInit {
this.feeLevelDropdownData.push({
fee: fee,
range,
color: _chartColors[i - 1],
color: _chartColors[i],
});
}
});