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 (#2791)

* use the palette's font color in the composer

* correct type for cssproperties

* log

authored by

Hailey and committed by
GitHub
83edb444 f0a35a94

+1 -1
+1 -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} /> 231 + <EditorContent editor={editor} style={{color: pal.text.color}} /> 232 232 </View> 233 233 234 234 {isDropping && (