Skip to content

Commit d68c05b

Browse files
Push forgetten style change
1 parent 72ba855 commit d68c05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/native/ts/core/widgets/dropdown.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export const DropDown: DropDownType = {
4949
/* New dropdown styles start */
5050
valueContainer: {
5151
// All ViewStyle properties & rippleColor are allowed
52-
backgroundColor: input.backgroundColor,
5352
},
5453
menuWrapper: {
5554
// All ViewStyle properties are allowed
@@ -64,6 +63,7 @@ export const DropDown: DropDownType = {
6463
maxWidth: 500,
6564
paddingVertical: 6,
6665
paddingHorizontal: 16,
66+
backgroundColor: input.backgroundColor,
6767
},
6868
item: {
6969
// All TextStlye properties are allowed

0 commit comments

Comments
 (0)