Skip to content

Commit 34d4e54

Browse files
authored
Merge pull request #25873 from allroundexperts/fix-24591
fix: suppress highlight on iOS for workspace bills
2 parents fd407e2 + 5ec44ab commit 34d4e54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Pressable/PressableWithDelayToggle.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ function PressableWithDelayToggle(props) {
101101
ref={props.innerRef}
102102
onPress={updatePressState}
103103
accessibilityLabel={tooltipText}
104+
suppressHighlighting={props.inline ? true : undefined}
104105
>
105106
<>
106107
{props.inline && labelText}

0 commit comments

Comments
 (0)