Fix spacing

This commit is contained in:
Kgothatso Ngako
2026-04-23 22:03:22 +02:00
parent bc4e351fc8
commit 84adf0628d

View File

@@ -114,7 +114,7 @@ data class Profile(
Column(
modifier = Modifier.weight(1f),
verticalArrangement = Arrangement.spacedBy(
space = 10.dp,
space = 4.dp,
alignment = Alignment.CenterVertically
)
) {