updated eyebrow to be defaulted to bold
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
3dbdefd376
commit
01299c86ef
@ -16,7 +16,7 @@ extension TitleLockup {
|
|||||||
public var numberOfLines: Int
|
public var numberOfLines: Int
|
||||||
|
|
||||||
public init(text: String,
|
public init(text: String,
|
||||||
isBold: Bool = false,
|
isBold: Bool = true,
|
||||||
standardStyle: OtherStandardStyle = .bodyLarge,
|
standardStyle: OtherStandardStyle = .bodyLarge,
|
||||||
textAttributes: [any LabelAttributeModel]? = nil,
|
textAttributes: [any LabelAttributeModel]? = nil,
|
||||||
numberOfLines: Int = 0) {
|
numberOfLines: Int = 0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user