refactor: use right borderDark

zio/stable
Mary 2024-01-20 21:20:07 +07:00
parent 90b6cfbb91
commit 854718c555
No known key found for this signature in database
1 changed files with 1 additions and 5 deletions

View File

@ -235,11 +235,7 @@ export const TextInput = React.forwardRef(function TextInputImpl(
<View style={[pal.view, pal.border, styles.dropModal]}>
<Text
type="lg"
style={[
pal.text,
{borderColor: pal.colors.borderDark},
styles.dropText,
]}>
style={[pal.text, pal.borderDark, styles.dropText]}>
<Trans>Drop to add images</Trans>
</Text>
</View>