Skip to content

Commit a51f572

Browse files
committed
doc: Update README.md
1 parent 5becc6d commit a51f572

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,9 @@ struct ContentView: View {
177177
var body: some View {
178178
CodeMirror(value: $value)
179179
.cmTheme($theme)
180-
.cmTheme(colorScheme == .dark ? .constant(.vscodedark) : .constant(.vscodelight))
180+
.cmTheme(
181+
colorScheme == .dark ? .constant(.vscodedark) : .constant(.vscodelight)
182+
)
181183
}
182184
}
183185
```

0 commit comments

Comments
 (0)