diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/UserProfilePicture.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/UserProfilePicture.kt index a5697d7d0..79a211901 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/UserProfilePicture.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/UserProfilePicture.kt @@ -498,7 +498,7 @@ fun ScoreTag55Preview() { size = 18.dp Box(Modifier.size(size), contentAlignment = Alignment.TopEnd) { InnerUserPicture( - userHex = "AABBCC", + userHex = "460c25e682fda7832b52d1f22d3d22b3176d972f60dcdc3212ed8c92ef85065c", userPicture = PREVIEW_PICTURE_URL, userName = PREVIEW_USER_NAME, size = size,