Design hotfix

This commit is contained in:
Milan Cerovsky 2024-08-14 11:37:11 +02:00
parent 277e8e5eca
commit bff3827dd3
1 changed files with 1 additions and 1 deletions

View File

@ -116,6 +116,7 @@ private fun Option(
)
Spacer(modifier = Modifier.width(12.dp))
Column(
modifier = Modifier.weight(1f),
verticalArrangement = Arrangement.Center
) {
Text(
@ -131,7 +132,6 @@ private fun Option(
fontSize = 14.sp,
)
}
Spacer(modifier = Modifier.weight(1f))
Image(
painter = painterResource(selectionImage),
contentDescription = ""