Skip to content

Commit 4182aa2

Browse files
committed
Convert back to regular default
1 parent 1fddd83 commit 4182aa2

File tree

1 file changed

+1
-1
lines changed
  • Example/CodeEditSourceEditorExample/CodeEditSourceEditorExample/Views

1 file changed

+1
-1
lines changed

Example/CodeEditSourceEditorExample/CodeEditSourceEditorExample/Views/ContentView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ struct ContentView: View {
1616

1717
@State private var language: CodeLanguage = .default
1818
@State private var theme: EditorTheme = .standard
19-
@State private var font: NSFont = NSFont.monospacedSystemFont(ofSize: 12, weight: .medium)
19+
@State private var font: NSFont = NSFont.monospacedSystemFont(ofSize: 12, weight: .regular)
2020
@AppStorage("wrapLines") private var wrapLines: Bool = true
2121
@State private var cursorPositions: [CursorPosition] = []
2222
@AppStorage("systemCursor") private var useSystemCursor: Bool = false

0 commit comments

Comments
 (0)