diff --git a/apps/block_scout_web/assets/js/lib/history_chart.js b/apps/block_scout_web/assets/js/lib/history_chart.js index a9e6c675ce..0026c2205d 100644 --- a/apps/block_scout_web/assets/js/lib/history_chart.js +++ b/apps/block_scout_web/assets/js/lib/history_chart.js @@ -150,7 +150,7 @@ class MarketHistoryChart { data: [], fill: false, pointRadius: 0, - backgroundColor: sassVariables.dashboardLineColorMarket, + backgroundColor: sassVariables.dashboardLineColorTransactions, borderColor: sassVariables.dashboardLineColorTransactions, lineTension: 0 }