Skip to content

Commit 9b888ab

Browse files
authored
Merge pull request #14 from SNQ-2001/main
Correction of README
2 parents 03ac744 + ab91238 commit 9b888ab

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)