ui adjustment
This commit is contained in:
parent
2fd5aad037
commit
c12c128cb8
|
|
@ -440,6 +440,7 @@ fun EmojiPicker(
|
|||
RemoteImage(
|
||||
url = "$REVOLT_FILES/emojis/$emojiId",
|
||||
description = emoji,
|
||||
contentScale = ContentScale.Fit,
|
||||
modifier = Modifier
|
||||
.clip(CircleShape)
|
||||
.clickable {
|
||||
|
|
|
|||
Loading…
Reference in New Issue