mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-12 18:19:12 +00:00
3f94b53217
Both rows used Modifier.padding(top = 10.dp) so the tile hugged the bottom of the SectionView card. Switch to padding(vertical = 10.dp) to match the symmetric padding used by ProfileImageSection.