mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-19 08:11:09 +02:00
Reduce padding of custom emojis
This commit is contained in:
@@ -677,7 +677,7 @@ fun InLineIconRenderer(
|
||||
contentDescription = null,
|
||||
modifier = Modifier
|
||||
.fillMaxSize()
|
||||
.padding(horizontal = 1.dp)
|
||||
.padding(horizontal = 0.dp)
|
||||
)
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user