Skip to content

Commit e386b66

Browse files
committed
[GUI] dashboard staking chart, change theme y axis color.
1 parent e4d17b6 commit e386b66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/pivx/dashboardwidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ void DashboardWidget::changeChartColors(){
326326
gridLineColorX = QColor(255,255,255);
327327
linePenColorY = gridLineColorX;
328328
backgroundColor = linePenColorY;
329+
axisY->setGridLineColor(QColor("#1a000000"));
329330
}else{
330331
gridY = QColor("#40ffffff");
331332
axisY->setGridLineColor(gridY);

0 commit comments

Comments
 (0)