updated eyebrow to be defaulted to bold

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-06-29 16:15:38 -05:00
parent 3dbdefd376
commit 01299c86ef

View File

@ -16,7 +16,7 @@ extension TitleLockup {
public var numberOfLines: Int
public init(text: String,
isBold: Bool = false,
isBold: Bool = true,
standardStyle: OtherStandardStyle = .bodyLarge,
textAttributes: [any LabelAttributeModel]? = nil,
numberOfLines: Int = 0) {