fixed issues with using only mobile version
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
1205fc7fad
commit
4c9c07d75f
@ -47,7 +47,8 @@ open class TooltipAlertViewController: UIViewController, Surfaceable {
|
||||
open var surface: Surface = .light { didSet { updateView() }}
|
||||
open var titleText: String = "" { didSet { updateView() }}
|
||||
open var titleLabel = Label().with { label in
|
||||
label.textStyle = .boldTitleMedium
|
||||
//use the same font/pointsize for both Title upsizes font in iPad
|
||||
label.textStyle = UIDevice.isIPad ? .boldTitleSmall : .boldTitleMedium
|
||||
}
|
||||
|
||||
open var contentText: String = "" { didSet { updateView() }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user