Change default color to blue

pull/30/head
Alinson S. Xavier 10 years ago
parent 48cfec7605
commit 9b68c7bcf4

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

Loading…
Cancel
Save