Skip to content

Commit 0ad9fe7

Browse files
author
Wesley
committed
compile source
1 parent f018cd9 commit 0ad9fe7

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

styles/native/js/core/widgets/popupmenu.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { background, brand, font } from "../variables";
1+
import { background, brand, contrast, font } from "../variables";
22
/*
33
44
DISCLAIMER:
@@ -16,11 +16,13 @@ export const com_mendix_widget_native_popupmenu_PopupMenu = {
1616
// All ViewStyle properties are allowed
1717
borderRadius: 10,
1818
shadowColor: "#000",
19+
overflow: "hidden",
1920
shadowOpacity: 0.2,
2021
shadowRadius: 10,
2122
elevation: 16,
2223
backgroundColor: background.primary,
2324
},
25+
itemRippleColor: contrast.lower,
2426
basic: {
2527
dividerColor: font.color,
2628
itemStyle: {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "Atlas-UI-Framework",
3-
"version": "2.5.6"
4-
}
3+
"version": "2.5.7"
4+
}

styles/web/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styles/web/css/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)