Removes the alpha channel for the performance placeholder painter

This commit is contained in:
Vitor Pamplona 2024-06-18 19:00:10 -04:00
parent a463e8889c
commit 442322f708

View File

@ -123,7 +123,6 @@ fun RobohashFallbackAsyncImage(
image = Icons.Default.Face,
),
colorFilter = MaterialTheme.colorScheme.onBackgroundColorFilter,
alpha = 0.5f,
)
}