Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Fix end of feed border color (#10393)

authored by

Samuel Newman and committed by
GitHub
736c9625 b97cd413

+1 -2
+1 -2
src/screens/Profile/Sections/Feed.tsx
··· 126 126 const t = useTheme() 127 127 128 128 return ( 129 - <View 130 - style={[a.w_full, a.py_5xl, a.border_t, t.atoms.border_contrast_medium]}> 129 + <View style={[a.w_full, a.py_5xl, a.border_t, t.atoms.border_contrast_low]}> 131 130 <Text style={[t.atoms.text_contrast_medium, a.text_center]}> 132 131 <Trans>End of feed</Trans> 133 132 </Text>