use the palette's font color in the composer (as string) (#2792)
This commit is contained in:
@@ -228,7 +228,10 @@ export const TextInput = React.forwardRef(function TextInputImpl(
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<View style={styles.container}>
|
<View style={styles.container}>
|
||||||
<EditorContent editor={editor} style={{color: pal.text.color}} />
|
<EditorContent
|
||||||
|
editor={editor}
|
||||||
|
style={{color: pal.text.color as string}}
|
||||||
|
/>
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
{isDropping && (
|
{isDropping && (
|
||||||
|
|||||||
Reference in New Issue
Block a user