We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f7ea2 commit a2434c1Copy full SHA for a2434c1
Sources/SwiftUISimulator/SimulatorView.swift
@@ -23,7 +23,7 @@ public struct SimulatorView<Content: View>: View {
23
private var dynamicTypeSize: DynamicTypeSizeWrapper = .medium
24
25
@AppStorage("\(storageKeyPrefix).isDynamicTypeSizesEnabled")
26
- private var isDynamicTypeSizesEnabled = false
+ private var isDynamicTypeSizesEnabled = true
27
28
@AppStorage("\(storageKeyPrefix).isDark")
29
private var isDark = false
0 commit comments