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