We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e331f commit 3e38ca6Copy full SHA for 3e38ca6
feature/shop/src/main/java/com/stackknowledge/shop/component/GoodsList.kt
@@ -121,7 +121,7 @@ fun GoodsList(
121
}
122
123
124
- Spacer(modifier = modifier.height(32.dp))
+ Spacer(modifier = modifier.height(80.dp))
125
126
Box(
127
modifier = modifier
@@ -138,7 +138,7 @@ fun GoodsList(
138
139
140
141
- Spacer(modifier = modifier.height(100.dp))
+ Spacer(modifier = modifier.height(28.dp))
142
143
144
if (isBottomSheetVisible.value) {
0 commit comments