closed #58
This commit is contained in:
@@ -261,7 +261,6 @@ struct SettingsView: View {
|
||||
ForEach(Theme.allCases, id:\.rawValue) { aTheme in
|
||||
Button(action: {
|
||||
theme = aTheme
|
||||
print(theme)
|
||||
}, label: {
|
||||
VStack {
|
||||
aTheme.preview
|
||||
|
||||
Reference in New Issue
Block a user