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 173 a.justify_center, 174 174 a.rounded_full, 175 175 t.atoms.bg_contrast_300, 176 + a.border, 177 + t.atoms.border_contrast_low, 176 178 { 177 179 width: avatarSize, 178 180 height: avatarSize, 179 181 marginLeft: 180 182 followedAvatars.length === 0 && i === 0 ? 0 : -overlap, 181 183 zIndex: TOTAL_AVATARS - followedAvatars.length - i, 182 - borderWidth: 1, 183 - borderColor: t.atoms.border_contrast_low.borderColor, 184 184 }, 185 185 ]}> 186 186 <PersonIcon