Skip to content

Commit a2434c1

Browse files
change: default
1 parent 39f7ea2 commit a2434c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftUISimulator/SimulatorView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public struct SimulatorView<Content: View>: View {
2323
private var dynamicTypeSize: DynamicTypeSizeWrapper = .medium
2424

2525
@AppStorage("\(storageKeyPrefix).isDynamicTypeSizesEnabled")
26-
private var isDynamicTypeSizesEnabled = false
26+
private var isDynamicTypeSizesEnabled = true
2727

2828
@AppStorage("\(storageKeyPrefix).isDark")
2929
private var isDark = false

0 commit comments

Comments
 (0)