runplus: use theme fg for zoom

pull/3419/head
Rob Pilling 2024-05-15 18:03:37 +01:00
parent a847a70304
commit ae5b8263d5
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ function zoom(statID) {
.setFont(zoomFont)
.setColor(headingCol)
.drawString(stat.title.toUpperCase(), R.x+R.w/2, R.y+R.h/3)
.setColor("#fff")
.setColor(g.theme.fg)
.drawString(stat.getString(), R.x+R.w/2, R.y+R.h*2/3);
};
layout.lazy = false; // restored when we go back to "main"