From d4f5c37629b72a60dc1704dc0ea93cc880061106 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Mon, 7 Aug 2023 18:56:49 -0500 Subject: [PATCH] fixed to be a button instead of link Signed-off-by: Matt Bruce --- VDS/Components/Tooltip/Tooltip.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VDS/Components/Tooltip/Tooltip.swift b/VDS/Components/Tooltip/Tooltip.swift index 9fe2501c..f983cfb7 100644 --- a/VDS/Components/Tooltip/Tooltip.swift +++ b/VDS/Components/Tooltip/Tooltip.swift @@ -126,7 +126,7 @@ open class Tooltip: Control, TooltipLaunchable { backgroundColor = .clear isAccessibilityElement = true - accessibilityTraits = .link + accessibilityTraits = .button onClickSubscriber = publisher(for: .touchUpInside) .sink(receiveValue: { [weak self] tooltip in