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.
1 parent 72ba855 commit d68c05bCopy full SHA for d68c05b
styles/native/ts/core/widgets/dropdown.ts
@@ -49,7 +49,6 @@ export const DropDown: DropDownType = {
49
/* New dropdown styles start */
50
valueContainer: {
51
// All ViewStyle properties & rippleColor are allowed
52
- backgroundColor: input.backgroundColor,
53
},
54
menuWrapper: {
55
// All ViewStyle properties are allowed
@@ -64,6 +63,7 @@ export const DropDown: DropDownType = {
64
63
maxWidth: 500,
65
paddingVertical: 6,
66
paddingHorizontal: 16,
+ backgroundColor: input.backgroundColor,
67
68
item: {
69
// All TextStlye properties are allowed
0 commit comments