Fix spacing
This commit is contained in:
@@ -114,7 +114,7 @@ data class Profile(
|
||||
Column(
|
||||
modifier = Modifier.weight(1f),
|
||||
verticalArrangement = Arrangement.spacedBy(
|
||||
space = 10.dp,
|
||||
space = 4.dp,
|
||||
alignment = Alignment.CenterVertically
|
||||
)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user