refactor: uncapsulate component

This commit is contained in:
aro 2022-11-21 19:16:43 +01:00
parent cbd918540a
commit e14162e4e6

View file

@ -22,7 +22,7 @@ fun WatcherDisplay(
Row(
horizontalArrangement = Arrangement.SpaceEvenly
){
) {
Box(
contentAlignment = Alignment.Center,
modifier = Modifier
@ -42,7 +42,6 @@ fun WatcherDisplay(
}
}
Box {
Box(
contentAlignment = Alignment.Center,
modifier = Modifier
@ -59,5 +58,4 @@ fun WatcherDisplay(
}
}
}
}
}