Skip to content

Commit

Permalink
Move divider to below header
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Aug 8, 2024
1 parent 11adc05 commit 24e8840
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,7 @@ private fun EditCustomListBottomSheet(
onDismissRequest = { closeBottomSheet(false) }
) {
HeaderCell(text = customList.name, background = Color.Unspecified)
HorizontalDivider(color = onBackgroundColor)
IconCell(
iconId = R.drawable.icon_edit,
title = stringResource(id = R.string.edit_name),
Expand All @@ -764,7 +765,6 @@ private fun EditCustomListBottomSheet(
},
background = Color.Unspecified
)
HorizontalDivider(color = onBackgroundColor)
IconCell(
iconId = R.drawable.icon_delete,
title = stringResource(id = R.string.delete),
Expand Down

0 comments on commit 24e8840

Please sign in to comment.