Skip to content

Commit

Permalink
Adds color to relay icons
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed May 16, 2023
1 parent dd8b208 commit d6c2966
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1941,7 +1941,7 @@ private fun RelayIconCompose(url: String) {
.clickable(onClick = { uri.openUri("https://$url") })
}
val colorFilter = remember {
ColorFilter.colorMatrix(ColorMatrix().apply { setToSaturation(0f) })
ColorFilter.colorMatrix(ColorMatrix().apply { setToSaturation(0.5f) })
}

Box(boxModifier) {
Expand Down

0 comments on commit d6c2966

Please sign in to comment.