Skip to content

Commit 7d61401

Browse files
committed
[UI/#182] 알람 리스트 아이템 divider 패딩 조절
1 parent 330f667 commit 7d61401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

feature/home/src/main/java/com/yapp/home/component/bottomsheet/AlarmListBottomSheet.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,10 @@ internal fun AlarmBottomSheetContent(
243243
if (index != alarms.size - 1) {
244244
Spacer(
245245
modifier = Modifier
246+
.padding(horizontal = 24.dp)
246247
.fillMaxWidth()
247248
.height(1.dp)
248-
.background(OrbitTheme.colors.gray_800)
249-
.padding(horizontal = 24.dp),
249+
.background(OrbitTheme.colors.gray_800),
250250
)
251251
}
252252
}

0 commit comments

Comments
 (0)