Fix text color in composer
parent
142b5dfc1b
commit
620d5bb102
|
@ -285,7 +285,7 @@ export const ComposePost = observer(function ComposePost({
|
||||||
return detectLinkables(text).map(v => {
|
return detectLinkables(text).map(v => {
|
||||||
if (typeof v === 'string') {
|
if (typeof v === 'string') {
|
||||||
return (
|
return (
|
||||||
<Text key={i++} style={styles.textInputFormatting}>
|
<Text key={i++} style={[pal.text, styles.textInputFormatting]}>
|
||||||
{v}
|
{v}
|
||||||
</Text>
|
</Text>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue