|
@@ -365,7 +365,7 @@ fun Home(
|
|
|
.fillMaxSize()
|
|
|
.background(Color.Transparent),
|
|
|
horizontalAlignment = Alignment.CenterHorizontally,
|
|
|
- verticalArrangement = Arrangement.spacedBy(-(117).dp)
|
|
|
+ verticalArrangement = Arrangement.spacedBy(-(115).dp)
|
|
|
) {
|
|
|
// background image
|
|
|
Box(
|
|
@@ -398,7 +398,7 @@ fun Home(
|
|
|
Column(
|
|
|
modifier = Modifier.fillMaxWidth()
|
|
|
.fillMaxHeight()
|
|
|
- .padding(bottom = 118.dp)
|
|
|
+ .padding(bottom = 115.dp)
|
|
|
// .offset(y = -(118).dp)
|
|
|
.background(Color.Transparent),
|
|
|
horizontalAlignment = Alignment.CenterHorizontally,
|
|
@@ -536,7 +536,7 @@ fun Home(
|
|
|
modifier = Modifier
|
|
|
.padding(bottom = 0.dp)
|
|
|
// .fillMaxSize()
|
|
|
- .size(234.dp)
|
|
|
+ .size(230.dp)
|
|
|
// .align(Alignment.Center)
|
|
|
// .offset(y = 117.dp)
|
|
|
,
|