Update src/components/ProgressGuide/List.tsx

Co-authored-by: Samuel Newman <mozzius@protonmail.com>
This commit is contained in:
Spence Pope
2026-02-11 13:11:30 -05:00
committed by GitHub
parent 1ec70420e6
commit 8cbe3985fa
+2 -2
View File
@@ -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,
},
]}>
<PersonIcon