Skip to content

Commit

Permalink
Increasing size of the "More Options" button in the Video Feed.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed May 16, 2023
1 parent 1355965 commit 1519e70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)

Expand Down

0 comments on commit 1519e70

Please sign in to comment.