Skip to content

Commit addb0f1

Browse files
author
Jordan Hunt
committed
Set Native DropDown menu background colour
WT-2771
1 parent e30a4bd commit addb0f1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atlas-ui-framework",
3-
"version": "2.6.3",
3+
"version": "2.6.4",
44
"description": "Mendix Atlas UI is the foundation of making beautiful apps with Mendix. For more information about the framework go to https://atlas.mendix.com.",
55
"main": "",
66
"scripts": {
@@ -23,4 +23,4 @@
2323
"react-native-device-info": "^5.5.3"
2424
},
2525
"dependencies": {}
26-
}
26+
}

styles/native/js/core/widgets/dropdown.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export const DropDown = {
6464
shadowOpacity: 0.2,
6565
shadowRadius: 10,
6666
elevation: 16,
67+
backgroundColor: input.backgroundColor,
6768
},
6869
itemContainer: {
6970
// All ViewStyle properties are allowed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export const DropDown: DropDownType = {
6868
shadowOpacity: 0.2,
6969
shadowRadius: 10,
7070
elevation: 16,
71+
backgroundColor: input.backgroundColor,
7172
},
7273
itemContainer: {
7374
// All ViewStyle properties are allowed

0 commit comments

Comments
 (0)