mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
HistoryChart: Make skipped days a bit more clear
This commit is contained in:
@@ -400,7 +400,7 @@ public class HistoryChart extends ScrollableChart
|
||||
|
||||
if (!isNumerical && checkmark == SKIPPED)
|
||||
{
|
||||
pSquareBg.setColor(colors[0]);
|
||||
pSquareBg.setColor(textColors[2]);
|
||||
pSquareBg.setStrokeWidth(columnWidth * 0.025f);
|
||||
|
||||
canvas.save();
|
||||
|
||||
Reference in New Issue
Block a user