We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b035e2 + 24e8840 commit 3c5ae2aCopy full SHA for 3c5ae2a
android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/SelectLocationScreen.kt
@@ -744,6 +744,7 @@ private fun EditCustomListBottomSheet(
744
onDismissRequest = { closeBottomSheet(false) }
745
) {
746
HeaderCell(text = customList.name, background = Color.Unspecified)
747
+ HorizontalDivider(color = onBackgroundColor)
748
IconCell(
749
iconId = R.drawable.icon_edit,
750
title = stringResource(id = R.string.edit_name),
@@ -764,7 +765,6 @@ private fun EditCustomListBottomSheet(
764
765
},
766
background = Color.Unspecified
767
)
- HorizontalDivider(color = onBackgroundColor)
768
769
iconId = R.drawable.icon_delete,
770
title = stringResource(id = R.string.delete),
0 commit comments