Reduce share icon size in MediaItemMenu
This commit is contained in:
parent
58720f8cb9
commit
9aa051068b
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ fun MediaItemMenu(
|
|||
onClick = onShare,
|
||||
modifier = Modifier
|
||||
.padding(all = 4.dp)
|
||||
.size(18.dp)
|
||||
.size(17.dp)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue