tooltipo update

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-10-07 09:14:02 -05:00
parent 26da08ba48
commit 3ae6167f18

View File

@ -18,9 +18,9 @@ public struct ToolTipLabelAttribute: ActionLabelAttributeModel {
public var tintColor: UIColor
public func setAttribute(on attributedString: NSMutableAttributedString) {
let image = SystemImageLabelAttribute(location: location,
let image = ImageLabelAttribute(location: location,
length: length,
imageName: "info.circle",
imageName: "info",
frame: .init(x: 0, y: -2, width: 13.3, height: 13.3),
tintColor: tintColor)