use the palette's font color in the composer (#2791)

* use the palette's font color in the composer

* correct type for cssproperties

* log
zio/stable
Hailey 2024-02-07 15:07:25 -08:00 committed by GitHub
parent f0a35a940b
commit 83edb4446d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ export const TextInput = React.forwardRef(function TextInputImpl(
return (
<>
<View style={styles.container}>
<EditorContent editor={editor} />
<EditorContent editor={editor} style={{color: pal.text.color}} />
</View>
{isDropping && (