Skip to content

Commit 088daa6

Browse files
authored
fix: fix the slider text for android when selected (#703)
1 parent 215a414 commit 088daa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/SegmentedControl.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ const SegmentedControl = ({
120120
{
121121
transform: [{translateX: animation}],
122122
width: segmentWidth - 4,
123+
zIndex: -1,
123124
backgroundColor:
124125
tintColor || (colorScheme === 'dark' ? '#636366' : 'white'),
125126
},

0 commit comments

Comments
 (0)