Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Match placeholder color with other skeletons (#8129)

authored by

Samuel Newman and committed by
GitHub
5c59ec14 94bc677e

+4 -4
+4 -4
src/components/ProfileCard.tsx
··· 152 152 <View 153 153 style={[ 154 154 a.rounded_full, 155 - t.atoms.bg_contrast_50, 155 + t.atoms.bg_contrast_25, 156 156 { 157 157 width: 40, 158 158 height: 40, ··· 203 203 <View 204 204 style={[ 205 205 a.rounded_xs, 206 - t.atoms.bg_contrast_50, 206 + t.atoms.bg_contrast_25, 207 207 { 208 208 width: '60%', 209 209 height: 14, ··· 214 214 <View 215 215 style={[ 216 216 a.rounded_xs, 217 - t.atoms.bg_contrast_50, 217 + t.atoms.bg_contrast_25, 218 218 { 219 219 width: '40%', 220 220 height: 10, ··· 275 275 style={[ 276 276 a.rounded_xs, 277 277 a.w_full, 278 - t.atoms.bg_contrast_50, 278 + t.atoms.bg_contrast_25, 279 279 {height: 12, width: i + 1 === numberOfLines ? '60%' : '100%'}, 280 280 ]} 281 281 />