diff --git a/content/components/segmented-control.mdx b/content/components/segmented-control.mdx index a9271a8d09056036f1cc1ce4391d27e87aa5bb65..ce88f94c09d8f398db75d3a979830adb27bdcdea 100644 --- a/content/components/segmented-control.mdx +++ b/content/components/segmented-control.mdx @@ -491,7 +491,7 @@ Unlike radio groups and toolbars, the left and right arrow keys do not change th sx={{gap: 3}} > -<Text as="p" mt="0">Ensure segmented control buttons have a large enough touch target size. The buttons should respond to hovers, clicks, and taps anywhere in the touch target area, even if it isn't directly on the control.</Text> +<Text as="p" mt="0">Ensure segmented control buttons have a large enough touch target size. On devices that have a pointer with limited accuracy (such as touchscreen phones), provide a larger touch target area. The buttons should respond to hovers, clicks, and taps anywhere in the touch target area, even if it isn't directly on the control.</Text> <img src="https://user-images.githubusercontent.com/2313998/182705453-f0a68ed8-4e07-4ce3-8c09-0ead2d08b816.png" role="presentation"