Reduces the space between chat bubbles.

This commit is contained in:
Vitor Pamplona
2024-03-20 13:55:47 -04:00
parent 27fbf1c1ed
commit b819f24790

View File

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