Skip to content

Commit 4b53f1b

Browse files
committed
Show dropdown menu item indication in demo
1 parent 67a753e commit 4b53f1b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

demo/src/commonMain/kotlin/DropdownMenuDemo.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ fun DropdownMenuDemo() {
115115
MenuItem(
116116
onClick = {},
117117
enabled = option.enabled,
118+
indication = LocalIndication.current,
118119
modifier = Modifier
119120
.padding(4.dp)
120121
.sizeIn(minWidth = 40.dp, minHeight = 40.dp)

0 commit comments

Comments
 (0)