everything changed

This commit is contained in:
Trey t
2022-02-20 14:33:58 -06:00
parent 1cf38cb854
commit 0035f61204
50 changed files with 2155 additions and 875 deletions

View File

@@ -77,7 +77,9 @@ extension ChartDataBuildable {
let date = components.day
return day == date
}).first {
let view = ChartType(color: item.mood.color,
let moodTint: MoodTintable.Type = UserDefaultsStore.moodTintable()
let view = ChartType(color: moodTint.color(forMood: item.mood),
weekDay: Int(item.weekDay),
viewType: .square)
filledOutArray.append(view)