Reduces the space between chat bubbles.

pull/812/head
Vitor Pamplona 2024-03-20 13:55:47 -04:00
rodzic 27fbf1c1ed
commit b819f24790
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -182,8 +182,8 @@ val ChatPaddingModifier =
.padding(
start = 12.dp,
end = 12.dp,
top = 5.dp,
bottom = 5.dp,
top = 3.dp,
bottom = 3.dp,
)
val profileContentHeaderModifier =