Skip to content

Commit 0af4fbc

Browse files
authored
Fix spacing issue on android (#114)
1 parent 91e00c5 commit 0af4fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/SegmentedControl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const SegmentedControl = ({
7777
styles.slider,
7878
{
7979
transform: [{translateX: animation}],
80-
width: segmentWidth,
80+
width: segmentWidth - 2,
8181
backgroundColor: tintColor || 'white',
8282
},
8383
]}

0 commit comments

Comments
 (0)