fix: whoops
This commit is contained in:
parent
d937915ac7
commit
e7949f8585
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ 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