We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fddd83 commit 4182aa2Copy full SHA for 4182aa2
Example/CodeEditSourceEditorExample/CodeEditSourceEditorExample/Views/ContentView.swift
@@ -16,7 +16,7 @@ struct ContentView: View {
16
17
@State private var language: CodeLanguage = .default
18
@State private var theme: EditorTheme = .standard
19
- @State private var font: NSFont = NSFont.monospacedSystemFont(ofSize: 12, weight: .medium)
+ @State private var font: NSFont = NSFont.monospacedSystemFont(ofSize: 12, weight: .regular)
20
@AppStorage("wrapLines") private var wrapLines: Bool = true
21
@State private var cursorPositions: [CursorPosition] = []
22
@AppStorage("systemCursor") private var useSystemCursor: Bool = false
0 commit comments