Change default color to blue
This commit is contained in:
parent
48cfec7605
commit
9b68c7bcf4
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user