HistoryChart: Make skipped days a bit more clear

pull/634/head
Alinson S. Xavier 5 years ago
parent 7b0eddeac5
commit a5ee96f988

@ -400,7 +400,7 @@ public class HistoryChart extends ScrollableChart
if (!isNumerical && checkmark == SKIPPED) if (!isNumerical && checkmark == SKIPPED)
{ {
pSquareBg.setColor(colors[0]); pSquareBg.setColor(textColors[2]);
pSquareBg.setStrokeWidth(columnWidth * 0.025f); pSquareBg.setStrokeWidth(columnWidth * 0.025f);
canvas.save(); canvas.save();

Loading…
Cancel
Save