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
1ec70420 63fbf577

+2 -2
+2 -2
src/components/ProgressGuide/List.tsx
··· 147 147 key={follow.did} 148 148 style={[ 149 149 a.rounded_full, 150 + a.border, 151 + t.atoms.border_contrast_low, 150 152 { 151 153 marginLeft: i === 0 ? 0 : -overlap, 152 154 zIndex: TOTAL_AVATARS - i, 153 - borderWidth: 1, 154 - borderColor: t.atoms.bg_contrast_25.backgroundColor, 155 155 }, 156 156 ]}> 157 157 <UserAvatar