diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt index 7a887efe3..8c8576e6d 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt @@ -971,7 +971,7 @@ fun getGradient(backgroundColor: MutableState): Brush = colors = listOf( backgroundColor.value.copy(alpha = 0f), - backgroundColor.value, + backgroundColor.value.copy(alpha = 1f), ), )