closed #60
This commit is contained in:
Trey t
2022-02-04 16:49:56 -06:00
parent b3785fac2c
commit a1f70edec2
10 changed files with 150 additions and 29 deletions

View File

@@ -46,7 +46,7 @@ enum Mood: Int {
case .great:
return .green
case .missing:
return Color(uiColor: UIColor.tertiarySystemBackground)
return Color(uiColor: UIColor.systemGray2)
}
}

View File

@@ -14,6 +14,7 @@ class UserDefaultsStore {
case useCloudKit
case deleteEnable
case mainViewTopHeaderIndex
case theme
}
static func getOnboarding() -> OnboardingData {