Skip to content

Commit 3e38ca6

Browse files
committed
📝 :: 버튼 위치 수정
1 parent 22e331f commit 3e38ca6

File tree

1 file changed

+2
-2
lines changed
  • feature/shop/src/main/java/com/stackknowledge/shop/component

1 file changed

+2
-2
lines changed

Diff for: feature/shop/src/main/java/com/stackknowledge/shop/component/GoodsList.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ fun GoodsList(
121121
}
122122
}
123123

124-
Spacer(modifier = modifier.height(32.dp))
124+
Spacer(modifier = modifier.height(80.dp))
125125

126126
Box(
127127
modifier = modifier
@@ -138,7 +138,7 @@ fun GoodsList(
138138
}
139139
}
140140

141-
Spacer(modifier = modifier.height(100.dp))
141+
Spacer(modifier = modifier.height(28.dp))
142142
}
143143

144144
if (isBottomSheetVisible.value) {

0 commit comments

Comments
 (0)