Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Fix text color in composer

+1 -1
+1 -1
src/view/com/composer/ComposePost.tsx
··· 285 285 return detectLinkables(text).map(v => { 286 286 if (typeof v === 'string') { 287 287 return ( 288 - <Text key={i++} style={styles.textInputFormatting}> 288 + <Text key={i++} style={[pal.text, styles.textInputFormatting]}> 289 289 {v} 290 290 </Text> 291 291 )