Skip to content

Commit abcf274

Browse files
committed
Fixed touchArea
1 parent 03b3665 commit abcf274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QuickScrollList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const styles = {
164164
alignItems: 'center'
165165
},
166166
touchArea: {
167-
backgroundColor: 'black',
167+
backgroundColor: 'transparent',
168168
alignItems: 'center'
169169
},
170170
thumb: {

0 commit comments

Comments
 (0)