Skip to content

Commit

Permalink
style updade
Browse files Browse the repository at this point in the history
  • Loading branch information
fscarponi committed Dec 11, 2023
1 parent 6102f6a commit 8adb802
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ public fun MenuSubmenuItem(
painter = chevronPainter,
tint = itemColors.iconTintFor(itemState).value,
contentDescription = null,
modifier = Modifier.size(16.dp),
modifier = Modifier.size(style.metrics.itemMetrics.iconSize),
)
}
}
Expand Down

0 comments on commit 8adb802

Please sign in to comment.