Skip to content

Commit ab9d80e

Browse files
fix: styling
1 parent ba91c1d commit ab9d80e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/index.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ export default function Slider({
169169
styles.container,
170170
{
171171
height: thumbWidth,
172-
width: '100%',
173-
alignItems: 'stretch',
174172
},
175173
]}
176174
onLayout={measureLayout}
@@ -222,10 +220,8 @@ export default function Slider({
222220
const styles = StyleSheet.create({
223221
container: {
224222
position: 'relative',
225-
flex: 1,
226223
width: '100%',
227224
justifyContent: 'center',
228-
alignItems: 'stretch',
229225
},
230226
track: {
231227
position: 'absolute',

0 commit comments

Comments
 (0)