We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03ac744 + ab91238 commit 9b888abCopy full SHA for 9b888ab
1 file changed
README.md
@@ -214,8 +214,8 @@ struct ContentView: View {
214
.tag(language)
215
}
216
217
- Picker("Theme", selection: $theme) { theme in
218
- ForEach(CodeEditor.availableThemes) {
+ Picker("Theme", selection: $theme) {
+ ForEach(CodeEditor.availableThemes) { theme in
219
Text("\(theme.rawValue.capitalized)")
220
.tag(theme)
221
0 commit comments