mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: DropDownPreference modifier reference
This commit is contained in:
parent
31aa88fdeb
commit
dfa25eb91e
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ fun <T> DropDownPreference(
|
|||
dropDownExpanded = false
|
||||
onItemSelected(item.first)
|
||||
},
|
||||
modifier = Modifier
|
||||
modifier = modifier
|
||||
.background(
|
||||
color = if (selectedItem == item.first)
|
||||
MaterialTheme.colors.primary.copy(alpha = 0.3f)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue