mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-07-19 16:33:05 +02:00
Reduces the space between chat bubbles.
This commit is contained in:
@ -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 =
|
||||||
|
Reference in New Issue
Block a user