From 8cbe3985fadda68f742de61fec90dadbce91d1b7 Mon Sep 17 00:00:00 2001 From: Spence Pope Date: Wed, 11 Feb 2026 13:11:30 -0500 Subject: [PATCH] Update src/components/ProgressGuide/List.tsx Co-authored-by: Samuel Newman --- src/components/ProgressGuide/List.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ProgressGuide/List.tsx b/src/components/ProgressGuide/List.tsx index 8ce57a8436..e07f3305f2 100644 --- a/src/components/ProgressGuide/List.tsx +++ b/src/components/ProgressGuide/List.tsx @@ -173,14 +173,14 @@ function StackedAvatars({follows}: {follows?: bsky.profile.AnyProfileView[]}) { a.justify_center, a.rounded_full, t.atoms.bg_contrast_300, + a.border, + t.atoms.border_contrast_low, { width: avatarSize, height: avatarSize, marginLeft: followedAvatars.length === 0 && i === 0 ? 0 : -overlap, zIndex: TOTAL_AVATARS - followedAvatars.length - i, - borderWidth: 1, - borderColor: t.atoms.border_contrast_low.borderColor, }, ]}>