use the palette's font color in the composer (#2791)
* use the palette's font color in the composer * correct type for cssproperties * logzio/stable
parent
f0a35a940b
commit
83edb4446d
|
@ -228,7 +228,7 @@ export const TextInput = React.forwardRef(function TextInputImpl(
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<View style={styles.container}>
|
<View style={styles.container}>
|
||||||
<EditorContent editor={editor} />
|
<EditorContent editor={editor} style={{color: pal.text.color}} />
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
{isDropping && (
|
{isDropping && (
|
||||||
|
|
Loading…
Reference in New Issue