Change default color to blue

This commit is contained in:
2016-02-13 09:06:14 -05:00
parent 48cfec7605
commit 9b68c7bcf4

View File

@@ -66,7 +66,7 @@ public class Habit extends Model
public Habit()
{
this.color = ColorHelper.palette[11];
this.color = ColorHelper.palette[7];
this.position = Habit.getCount();
this.highlight = 0;
}