Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

use the palette's font color in the composer (as string) (#2792)

authored by

Hailey and committed by
GitHub
390a9f3d 83edb444

+4 -1
+4 -1
src/view/com/composer/text-input/TextInput.web.tsx
··· 228 228 return ( 229 229 <> 230 230 <View style={styles.container}> 231 - <EditorContent editor={editor} style={{color: pal.text.color}} /> 231 + <EditorContent 232 + editor={editor} 233 + style={{color: pal.text.color as string}} 234 + /> 232 235 </View> 233 236 234 237 {isDropping && (