mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-08-02 22:02:46 +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(
|
||||
imageVector = Icons.Default.MoreVert,
|
||||
null,
|
||||
modifier = Modifier.size(15.dp),
|
||||
modifier = Modifier.size(20.dp),
|
||||
tint = MaterialTheme.colors.onSurface.copy(alpha = 0.32f)
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user