diff --git a/app/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt b/app/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt index e660f95695..da08295a05 100644 --- a/app/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt +++ b/app/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt @@ -942,7 +942,7 @@ fun PinListHeader( Icon( imageVector = Icons.Default.PushPin, contentDescription = null, - tint = MaterialTheme.colors.onBackground.copy(0.12f), + tint = MaterialTheme.colors.onBackground.copy(0.32f), modifier = Modifier.size(15.dp) )