HistoryChart: Make skipped days a bit more clear

This commit is contained in:
2020-08-23 15:09:13 -05:00
parent 7b0eddeac5
commit a5ee96f988

View File

@@ -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();