Skip to content

Commit 0d6aa70

Browse files
Align containerstyle to container for popup menu
1 parent 02c2bbd commit 0d6aa70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/native/ts/types/widgets.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ export interface PopupMenuType {
334334
basic: BasicItemStyle;
335335
custom: CustomItemStyle
336336
buttonContainer?: ViewStyle;
337-
itemRippleColor: string;
337+
itemRippleColor?: string;
338338
}
339339

340340
interface CustomItemStyle extends ViewStyle {

0 commit comments

Comments
 (0)