Skip to content

Commit ab91238

Browse files
committed
Correction of README
1 parent 03ac744 commit ab91238

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ struct ContentView: View {
214214
.tag(language)
215215
}
216216
}
217-
Picker("Theme", selection: $theme) { theme in
218-
ForEach(CodeEditor.availableThemes) {
217+
Picker("Theme", selection: $theme) {
218+
ForEach(CodeEditor.availableThemes) { theme in
219219
Text("\(theme.rawValue.capitalized)")
220220
.tag(theme)
221221
}

0 commit comments

Comments
 (0)