mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-02 00:28:55 +00:00
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.