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 289eb14 commit 1836195Copy full SHA for 1836195
Sources/UIComponent/Components/View/Text.swift
@@ -36,7 +36,7 @@ private let layoutLabel = UILabel()
36
/// It also supports the new swift `AttributedString` from iOS 15 for more complex styling.
37
public struct Text: Component {
38
/// A flag to determine if a shared UILabel should be used for sizing.
39
- static var useSharedLabelForSizing = true
+ public static var useSharedLabelForSizing = true
40
41
/// Environment-injected font used when rendering plain strings.
42
@Environment(\.font) var font
0 commit comments