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:24 -05:00
committed by GitHub
parent 63fbf577d9
commit 1ec70420e6
+2 -2
View File
@@ -147,11 +147,11 @@ function StackedAvatars({follows}: {follows?: bsky.profile.AnyProfileView[]}) {
key={follow.did}
style={[
a.rounded_full,
a.border,
t.atoms.border_contrast_low,
{
marginLeft: i === 0 ? 0 : -overlap,
zIndex: TOTAL_AVATARS - i,
borderWidth: 1,
borderColor: t.atoms.bg_contrast_25.backgroundColor,
},
]}>
<UserAvatar