Skip to content

Commit 2b7aa59

Browse files
committed
doc: update README.md
1 parent 4b39d0b commit 2b7aa59

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,13 @@ struct ContentView: View {
154154
}
155155
```
156156

157+
**Set Font Size**
158+
159+
```swift
160+
CodeMirror(value: $value)
161+
.cmFontSize(.constant(14))
162+
```
163+
157164
**Set Highlight Active Line**
158165

159166
```swift

0 commit comments

Comments
 (0)