Skip to content

Commit e304564

Browse files
committed
add default backgroundColor
1 parent 5ef573a commit e304564

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,8 @@ let styles = StyleSheet.create({
481481
pickerBox: {
482482
position: 'absolute',
483483
bottom: 0,
484-
left: 0
484+
left: 0,
485+
backgroundColor: '#bdc0c7'
485486
},
486487
mask: {
487488
position: 'absolute',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-picker",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "react-native-picker",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)