Bluesky app fork with some witchin' additions 💫

Update src/components/ProgressGuide/List.tsx

Co-authored-by: Samuel Newman <mozzius@protonmail.com>

authored by

Spence Pope
Samuel Newman
and committed by
GitHub
8cbe3985 1ec70420

+2 -2
+2 -2
src/components/ProgressGuide/List.tsx
··· 173 a.justify_center, 174 a.rounded_full, 175 t.atoms.bg_contrast_300, 176 { 177 width: avatarSize, 178 height: avatarSize, 179 marginLeft: 180 followedAvatars.length === 0 && i === 0 ? 0 : -overlap, 181 zIndex: TOTAL_AVATARS - followedAvatars.length - i, 182 - borderWidth: 1, 183 - borderColor: t.atoms.border_contrast_low.borderColor, 184 }, 185 ]}> 186 <PersonIcon
··· 173 a.justify_center, 174 a.rounded_full, 175 t.atoms.bg_contrast_300, 176 + a.border, 177 + t.atoms.border_contrast_low, 178 { 179 width: avatarSize, 180 height: avatarSize, 181 marginLeft: 182 followedAvatars.length === 0 && i === 0 ? 0 : -overlap, 183 zIndex: TOTAL_AVATARS - followedAvatars.length - i, 184 }, 185 ]}> 186 <PersonIcon