From 6a2cbb3a3ab3c30b688c93425728aa6e991c8505 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Wed, 11 Mar 2026 14:59:22 -0400 Subject: [PATCH] Using a real hex key in preview --- .../com/vitorpamplona/amethyst/ui/note/UserProfilePicture.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,