use the palette's font color in the composer (#2791)
* use the palette's font color in the composer * correct type for cssproperties * log
This commit is contained in:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user