From 442322f708d550e64f7812d2fed4ad650ce8af0f Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Tue, 18 Jun 2024 19:00:10 -0400 Subject: [PATCH] Removes the alpha channel for the performance placeholder painter --- .../vitorpamplona/amethyst/ui/components/RobohashAsyncImage.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/java/com/vitorpamplona/amethyst/ui/components/RobohashAsyncImage.kt b/app/src/main/java/com/vitorpamplona/amethyst/ui/components/RobohashAsyncImage.kt index 35aa692d3..6a6d67322 100644 --- a/app/src/main/java/com/vitorpamplona/amethyst/ui/components/RobohashAsyncImage.kt +++ b/app/src/main/java/com/vitorpamplona/amethyst/ui/components/RobohashAsyncImage.kt @@ -123,7 +123,6 @@ fun RobohashFallbackAsyncImage( image = Icons.Default.Face, ), colorFilter = MaterialTheme.colorScheme.onBackgroundColorFilter, - alpha = 0.5f, ) }