We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330f667 commit 7d61401Copy full SHA for 7d61401
feature/home/src/main/java/com/yapp/home/component/bottomsheet/AlarmListBottomSheet.kt
@@ -243,10 +243,10 @@ internal fun AlarmBottomSheetContent(
243
if (index != alarms.size - 1) {
244
Spacer(
245
modifier = Modifier
246
+ .padding(horizontal = 24.dp)
247
.fillMaxWidth()
248
.height(1.dp)
- .background(OrbitTheme.colors.gray_800)
249
- .padding(horizontal = 24.dp),
+ .background(OrbitTheme.colors.gray_800),
250
)
251
}
252
0 commit comments