Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Fix font color of expanded notifs

+1 -1
+1 -1
src/view/com/notifications/FeedItem.tsx
··· 318 318 /> 319 319 </View> 320 320 <View style={s.flex1}> 321 - <Text type="lg-bold" numberOfLines={1}> 321 + <Text type="lg-bold" numberOfLines={1} style={pal.text}> 322 322 {author.displayName || author.handle} 323 323 &nbsp; 324 324 <Text style={[pal.textLight]}>{author.handle}</Text>