We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ac744 commit ab91238Copy full SHA for ab91238
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