From e1edd44cb9f3dee62f36f62bd995ff2de7fa3f4e Mon Sep 17 00:00:00 2001 From: Alex Chase Date: Sat, 2 Jul 2022 16:03:51 -0700 Subject: [PATCH] Update TextPreferences.swift --- Sources/SwiftFortuneWheel/Configuration/TextPreferences.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SwiftFortuneWheel/Configuration/TextPreferences.swift b/Sources/SwiftFortuneWheel/Configuration/TextPreferences.swift index f255fc4..2dfe614 100644 --- a/Sources/SwiftFortuneWheel/Configuration/TextPreferences.swift +++ b/Sources/SwiftFortuneWheel/Configuration/TextPreferences.swift @@ -59,7 +59,7 @@ public struct TextPreferences { /// - font: Font /// - verticalOffset: Vertical offset in slice from the center, default value is `0` public init(textColorType: SFWConfiguration.ColorType, - font: SFWFont = UIFont.systemFont(ofSize: 12), + font: SFWFont = UIFont.systemFont(ofSize: 16), verticalOffset: CGFloat = 0) { self.textColorType = textColorType self.font = font