Files
simplex-chat/apps/multiplatform/common
another-simple-pixel 3f94b53217 Appearance: symmetric vertical padding around Font size and Zoom preview tiles
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.
2026-05-16 14:33:09 -07:00
..