Skip to content

Commit 3f64882

Browse files
fix: Item backgroundColor fix (#453)
Co-authored-by: Sam Wederell <sam@swederell.net>
1 parent 4c04401 commit 3f64882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/PickerAndroid.android.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function PickerAndroid(props: PickerAndroidProps, ref: PickerRef): React.Node {
105105
style: {
106106
...style,
107107
color: style.color ? processColor(style.color) : null,
108-
backgroundColor: style.color
108+
backgroundColor: style.backgroundColor
109109
? processColor(style.backgroundColor)
110110
: null,
111111
},

0 commit comments

Comments
 (0)