We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4166f77 + 6dc5479 commit aae5e43Copy full SHA for aae5e43
package.json
@@ -23,4 +23,4 @@
23
"react-native-device-info": "^5.5.3"
24
},
25
"dependencies": {}
26
-}
+}
styles/native/js/core/widgets/dropdown.js
@@ -64,6 +64,7 @@ export const DropDown = {
64
shadowOpacity: 0.2,
65
shadowRadius: 10,
66
elevation: 16,
67
+ backgroundColor: input.backgroundColor,
68
69
itemContainer: {
70
// All ViewStyle properties are allowed
styles/native/ts/core/widgets/dropdown.ts
@@ -68,6 +68,7 @@ export const DropDown: DropDownType = {
71
72
73
74
0 commit comments