Add padding on profile card

This commit is contained in:
Kgothatso Ngako
2026-04-23 16:52:04 +02:00
parent 8997cd2ba2
commit e8eabdf670

View File

@@ -94,7 +94,7 @@ data class Profile(
}
) {
Row(
modifier = Modifier.fillMaxWidth(),
modifier = Modifier.fillMaxWidth().padding(4.dp),
verticalAlignment = Alignment.CenterVertically,
horizontalArrangement = Arrangement.spacedBy(
space = 4.dp,