feat: correctly space boxes
This commit is contained in:
parent
e14162e4e6
commit
02673ec9f3
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ fun WatcherDisplay(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.padding(PaddingValues(0.dp, 0.dp, 0.dp, 55.dp))
|
.padding(PaddingValues(0.dp, 0.dp, 0.dp, 55.dp))
|
||||||
.fillMaxHeight()
|
.fillMaxHeight()
|
||||||
.fillMaxWidth(1f)
|
|
||||||
.border(BorderStroke(4.dp, UIColors.STRESS), RectangleShape)
|
.border(BorderStroke(4.dp, UIColors.STRESS), RectangleShape)
|
||||||
) {
|
) {
|
||||||
Column {
|
Column {
|
||||||
|
|
Reference in a new issue