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)