Increasing size of the "More Options" button in the Video Feed.

This commit is contained in:
Vitor Pamplona
2023-05-16 18:03:24 -04:00
parent 135596591a
commit 1519e70b24

View File

@@ -275,7 +275,7 @@ private fun RenderVideoOrPictureNote(
Icon(
imageVector = Icons.Default.MoreVert,
null,
modifier = Modifier.size(15.dp),
modifier = Modifier.size(20.dp),
tint = MaterialTheme.colors.onSurface.copy(alpha = 0.32f)
)