Skip to content
Snippets Groups Projects
Commit 89a862e0 authored by Aleksandras Kostarevas's avatar Aleksandras Kostarevas
Browse files

Fix indicator tint

parent af9cab5f
No related branches found
No related tags found
1 merge request!7Merge model-metadata to master
......@@ -189,7 +189,7 @@ fun RowScope.SuggestionItem(words: SuggestedWords, idx: Int, isPrimary: Boolean,
draw(
topSuggestionIcon.intrinsicSize,
alpha = if(isPrimary){ 1.0f } else { 0.66f } / 1.25f,
//colorFilter = ColorFilter.tint(color = iconColor, blendMode = BlendMode.Multiply)
colorFilter = ColorFilter.tint(color = iconColor)
)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment