mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-08-03 10:22:58 +02:00
Increasing size of the "More Options" button in the Video Feed.
This commit is contained in:
@@ -275,7 +275,7 @@ private fun RenderVideoOrPictureNote(
|
|||||||
Icon(
|
Icon(
|
||||||
imageVector = Icons.Default.MoreVert,
|
imageVector = Icons.Default.MoreVert,
|
||||||
null,
|
null,
|
||||||
modifier = Modifier.size(15.dp),
|
modifier = Modifier.size(20.dp),
|
||||||
tint = MaterialTheme.colors.onSurface.copy(alpha = 0.32f)
|
tint = MaterialTheme.colors.onSurface.copy(alpha = 0.32f)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user