mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Change default color to blue
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user