This commit is contained in:
Trey t
2022-02-04 17:18:38 -06:00
parent 1671481623
commit dc360de355
2 changed files with 3 additions and 7 deletions

View File

@@ -261,7 +261,6 @@ struct SettingsView: View {
ForEach(Theme.allCases, id:\.rawValue) { aTheme in
Button(action: {
theme = aTheme
print(theme)
}, label: {
VStack {
aTheme.preview