Skip to content

Commit

Permalink
fix: DropDownPreference modifier reference
Browse files Browse the repository at this point in the history
  • Loading branch information
andrekir committed Mar 22, 2023
1 parent 31aa88f commit dfa25eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dfa25eb

Please sign in to comment.