File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1- import { background , brand , font } from "../variables" ;
2- import { PopupMenuType } from "../../types/widgets" ;
1+ import { background , brand , contrast , font } from "../variables" ;
2+ import { PopupMenuType } from "../../types/widgets" ;
33/*
44
55DISCLAIMER:
@@ -17,11 +17,13 @@ export const com_mendix_widget_native_popupmenu_PopupMenu: PopupMenuType = {
1717 // All ViewStyle properties are allowed
1818 borderRadius : 10 ,
1919 shadowColor : "#000" ,
20+ overflow : "hidden" ,
2021 shadowOpacity : 0.2 ,
2122 shadowRadius : 10 ,
2223 elevation : 16 ,
2324 backgroundColor : background . primary ,
2425 } ,
26+ itemRippleColor : contrast . lower ,
2527 basic : {
2628 dividerColor : font . color ,
2729 itemStyle : {
Original file line number Diff line number Diff line change @@ -333,6 +333,7 @@ export interface PopupMenuType {
333333 container ?: ViewStyle ;
334334 basic : BasicItemStyle ;
335335 buttonContainer ?: ViewStyle ;
336+ itemRippleColor : string ;
336337}
337338
338339interface BasicItemStyle {
You can’t perform that action at this time.
0 commit comments