Skip to content

Commit

Permalink
ANDROID-14134 Revert update icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
jeprubio committed Dec 26, 2023
1 parent 435b934 commit da4e9d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ sealed class ListRowIcon(val contentDescription: String?) {
private fun NormalIcon.DrawNormalIcon() {
Box(
modifier = modifier
.size(48.dp)
.size(40.dp)
.wrapContentSize(align = Alignment.Center),
) {
painter?.let {
Expand Down

0 comments on commit da4e9d6

Please sign in to comment.