refactor: use right borderDark
parent
90b6cfbb91
commit
854718c555
|
@ -235,11 +235,7 @@ export const TextInput = React.forwardRef(function TextInputImpl(
|
||||||
<View style={[pal.view, pal.border, styles.dropModal]}>
|
<View style={[pal.view, pal.border, styles.dropModal]}>
|
||||||
<Text
|
<Text
|
||||||
type="lg"
|
type="lg"
|
||||||
style={[
|
style={[pal.text, pal.borderDark, styles.dropText]}>
|
||||||
pal.text,
|
|
||||||
{borderColor: pal.colors.borderDark},
|
|
||||||
styles.dropText,
|
|
||||||
]}>
|
|
||||||
<Trans>Drop to add images</Trans>
|
<Trans>Drop to add images</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
|
|
Loading…
Reference in New Issue