mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-14 09:19:01 +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.