change text color to default them color

This commit is contained in:
Trey t
2022-04-14 22:58:45 -05:00
parent 7712f70f03
commit 12b6a99db4

View File

@@ -19,6 +19,7 @@ struct ThemePickerView: View {
Spacer()
ForEach(Theme.allCases, id:\.rawValue) { aTheme in
Button(action: {
textColor = aTheme.currentTheme.labelColor
theme = aTheme
EventLogger.log(event: "change_theme_id", withData: ["id": aTheme.rawValue])
}, label: {