feat: correctly space boxes

This commit is contained in:
aro 2022-11-21 19:27:59 +01:00
parent e14162e4e6
commit 02673ec9f3

View file

@ -47,7 +47,6 @@ fun WatcherDisplay(
modifier = Modifier
.padding(PaddingValues(0.dp, 0.dp, 0.dp, 55.dp))
.fillMaxHeight()
.fillMaxWidth(1f)
.border(BorderStroke(4.dp, UIColors.STRESS), RectangleShape)
) {
Column {