From 3ae6167f18fc0d0d9dbffcdbcb94612bae473c51 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Fri, 7 Oct 2022 09:14:02 -0500 Subject: [PATCH] tooltipo update Signed-off-by: Matt Bruce --- VDS/Components/Label/Attributes/ToolTipLabelAttribute.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VDS/Components/Label/Attributes/ToolTipLabelAttribute.swift b/VDS/Components/Label/Attributes/ToolTipLabelAttribute.swift index 8bb16199..39e6277c 100644 --- a/VDS/Components/Label/Attributes/ToolTipLabelAttribute.swift +++ b/VDS/Components/Label/Attributes/ToolTipLabelAttribute.swift @@ -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)